Transfusion
#ea1833
Transfusion, represented by the hex value #ea1833, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ea1833 | |
|---|---|---|
| RGB | rgb(234, 24, 51) | |
| HSL | hsl(352, 83%, 51%) | |
| CMYK | cmyk(0%, 90%, 78%, 8%) | |
| LAB | lab(51, 74, 45) | |
| OKLCH | oklch(0.6 0.233 24) |
Color harmonies
Tints & shades
Code snippets
color: #ea1833;
background-color: #ea1833;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEA1833)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.09, blue: 0.20, alpha: 1.0)