Furious Piñata
#e34d41
Furious Piñata, represented by the hex value #e34d41, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e34d41 | |
|---|---|---|
| RGB | rgb(227, 77, 65) | |
| HSL | hsl(4, 74%, 57%) | |
| CMYK | cmyk(0%, 66%, 71%, 11%) | |
| LAB | lab(55, 59, 41) | |
| OKLCH | oklch(0.63 0.188 28) |
Color harmonies
Tints & shades
Code snippets
color: #e34d41;
background-color: #e34d41;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE34D41)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.30, blue: 0.25, alpha: 1.0)