Shades of Cerise #EA2476
Tints of Cerise #EA2476
RGB
CMYK
RGB Variations
Color information
#EA2476 (or 0xEA2476) is known color: Cerise. HEX triplet: EA, 24 and 76. RGB value is (234,36,118). Sum of RGB (Red+Green+Blue) = 234+36+118=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 36 (14.45% from 255 or 9.28% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2476 is #15DB89. Grayscale: #686868. Windows color (decimal): -1432458 or 7742698. OLE color: 7742698.
HSL color Cylindrical-coordinate representation of color #EA2476: hue angle of 335.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2476 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 118 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.08 |
| HSL | 335.15º | 0.83% | 0.53% | - |
| HSV(B) | 335.15º | 0.85% | 0.92% | - |
| XYZ | 37.83 | 20.06 | 19.02 | - |
| YUV | 104.55 | 135.6 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 118 | 0 | 0.85 | 0.50 | 0.08 | 335.15 | 0.83 | 0.53 |
| Hex | EA | 24 | 76 | 0 | 55 | 32 | 8 | 14F | 52 | 35 |
| Octal | 352 | 44 | 166 | 0 | 125 | 62 | 10 | 517 | 122 | 65 |
| Binary | 11101010 | 100100 | 1110110 | 0 | 1010101 | 110010 | 1000 | 101001111 | 1010010 | 110101 |
Color Harmonies of #EA2476
Complementary color
Monochromatic Colors of #EA2476
Black with #EA2476
Text Example
Text Example
White with #EA2476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2476; }
p { color: rgb(234,36,118); }
H1.HeaderClassName
{
color: #EA2476;
}
.AnyTagClassName
{
color: #EA2476;
}
</style>
background-color css
<style>
a { background-color: #EA2476; }
a { background-color: rgb(234,36,118); }
div.DivClassName
{
background-color: #EA2476;
}
.BgClassName
{
background-color: #EA2476;
}
</style>
border-color css
<style>
span { border-color: #EA2476; }
span { border-color: rgb(234,36,118); }
td.TdClassName
{
border-color: #EA2476;
}
.TagClassName
{
border-color: #EA2476;
}
</style>