Eosin Pink
#ff5ec4
Eosin Pink is a color with the hex code #ff5ec4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff5ec4 | |
|---|---|---|
| RGB | rgb(255, 94, 196) | |
| HSL | hsl(322, 100%, 68%) | |
| CMYK | cmyk(0%, 63%, 23%, 0%) | |
| LAB | lab(65, 69, -20) | |
| OKLCH | oklch(0.72 0.221 345) |
Color harmonies
Tints & shades
Code snippets
color: #ff5ec4;
background-color: #ff5ec4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF5EC4)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.37, blue: 0.77, alpha: 1.0)