EM to PT Converter

Convert EM units to Points (PT) for print.

24pt

About EM to PT Converter

The EM to PT converter is an essential tool for designers working across digital and print media. EM is a relative CSS unit commonly used in web design, while points (PT) are a traditional typographic unit widely used in print design. This converter bridges the gap between web and print workflows.

Formula

PT = (EM × Base Font Size) × 0.75

Examples

2em (16px base) = 24pt
1.5em (16px base) = 18pt
1em (12px base) = 9pt

Reference

  • 1pt = 1/72 inch
  • 96px = 72pt (0.75 ratio)
  • Standard print unit
  • Ideal for PDF generation

Frequency Asked Questions

What is a Point (PT)?

Typographic unit, 1/72 inch.

Why convert EM to PT?

For print stylesheets or PDF layouts.

Conversion factor?

0.75. (PX * 0.75 = PT).

Use PT on web?

Not recommended. Use REM/EM for responsive screens.

Accuracy?

Mathematically accurate based on 96DPI screen standard.