Cherry Velvet
#e10646
Here's everything about the color Cherry Velvet (#e10646) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #e10646 | |
|---|---|---|
| RGB | rgb(225, 6, 70) | |
| HSL | hsl(342, 95%, 45%) | |
| CMYK | cmyk(0%, 97%, 69%, 12%) | |
| LAB | lab(49, 74, 31) | |
| OKLCH | oklch(0.58 0.23 17) |
Color harmonies
Tints & shades
Code snippets
color: #e10646;
background-color: #e10646;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFE10646)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.02, blue: 0.27, alpha: 1.0)