Color Converter
Type any color format — HEX, RGB, HSL, HSV — and get every other format instantly.
| Format | Value | |
|---|---|---|
| HEX | #E4572E | |
| RGB | rgb(228, 87, 46) | |
| RGB % | 89.4%, 34.1%, 18.0% | |
| RGBA | rgba(228, 87, 46, 1) | |
| HSL | hsl(14, 77%, 54%) | |
| HSLA | hsla(14, 77%, 54%, 1) | |
| HSV | hsv(14, 80%, 89%) | |
| CMYK | cmyk(0%, 61.8%, 79.8%, 10.6%) | |
| XYZ | xyz(35.9002, 23.5128, 5.2323) | |
| CIE-LAB | lab(55.60, 52.82, 50.73) | |
| Luminance | 0.2351 |
CMYK is the naive sRGB conversion (no ICC profile). Values are rounded for display; exact math available on each encyclopedia page.