36px to em
36px = 2.25em
At the browser default font size of 16 px. Change it and this number changes — see below.
How it is calculated
One px is 0.0625em, so:
36px × 0.0625 = 2.25em
Reversing it, 2.25em × 16 returns 36px.
36px at other font sizes
em is measured against the element's own font size, inherited from its parent unless it sets one, so the answer above holds only while that is 16 px. Nested elements each compound on their parent, so this is the value for one level, not for the whole tree.
| Font size | 36px equals |
|---|---|
| 14 px | 2.5714em |
| 16 px (default) | 2.25em |
| 18 px | 2em |
| 20 px | 1.8em |
| 24 px | 1.5em |
Nearby values
| px | em |
|---|---|
| 18px | 1.125em |
| 20px | 1.25em |
| 24px | 1.5em |
| 28px | 1.75em |
| 32px | 2em |
| 36px | 2.25em |
| 40px | 2.5em |
| 48px | 3em |
Frequently asked questions
What is 36px in em?
2.25em at the default 16 px font size.
How is 36px converted to em?
Multiply by 0.0625: 36 × 0.0625 = 2.25. To go back, multiply 2.25 by 16.
Is 2.25em always the answer?
No. em is relative to the element's own font size, inherited from its parent unless it sets one, so 36px is 2.25em only while that is 16 px. The table above gives the value at the sizes you are most likely to meet.