Mystic Magenta
#e02e82
Here's everything about the color Mystic Magenta (#e02e82) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #e02e82 | |
|---|---|---|
| RGB | rgb(224, 46, 130) | |
| HSL | hsl(332, 74%, 53%) | |
| CMYK | cmyk(0%, 79%, 42%, 12%) | |
| LAB | lab(52, 71, -2) | |
| OKLCH | oklch(0.61 0.22 358) |
Color harmonies
Tints & shades
Code snippets
color: #e02e82;
background-color: #e02e82;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFE02E82)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.18, blue: 0.51, alpha: 1.0)