Magenta Elephant
#de0170
Magenta Elephant, represented by the hex value #de0170, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #de0170 | |
|---|---|---|
| RGB | rgb(222, 1, 112) | |
| HSL | hsl(330, 99%, 44%) | |
| CMYK | cmyk(0%, 100%, 50%, 13%) | |
| LAB | lab(49, 75, 4) | |
| OKLCH | oklch(0.58 0.235 2) |
Color harmonies
Tints & shades
Code snippets
color: #de0170;
background-color: #de0170;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFDE0170)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.00, blue: 0.44, alpha: 1.0)