Em to Inch Converter
Enter a value to instantly convert between typography units.
1 Em = 0.1667 Inch
Key Formulas
Point → Pica
pc = pt × 0.0833333Point → Inch
in = pt × 0.0138889Pica → Inch
in = pc × 0.166667Formula
in = em × 0.1666667Ems are relative typographic units (1 em = font size; typically 12pt in print, 16px on web). Inches are fixed physical measurements. This conversion is vital when translating CSS em-based designs to print specifications or when determining physical sizes for responsive layouts.
Source: Adobe PostScript Language Reference & W3C CSS Values
Last reviewed: · see our methodology
Frequently Asked Questions
Real-World Examples
1 em at 12pt default font size = 0.167 inches, about the width of a fingernail—used for responsive padding in web design.
1 em = 0.1667 in
2 em (24pt) ≈ 0.333 inches—common line-height or margin spacing in CSS.
2 em = 0.3333 in
6 em = exactly 1 inch (72pt). Used for full-inch measurements in print-ready CSS.
6 em = 1 in
10 em (120pt) ≈ 1.667 inches—double spacing, used for large headings or emphasis in typography.
10 em = 1.6667 in