Shades of Deep Cerise #EA2877
Tints of Deep Cerise #EA2877
RGB
CMYK
RGB Variations
Color information
#EA2877 (or 0xEA2877) is known color: Deep Cerise. HEX triplet: EA, 28 and 77. RGB value is (234,40,119). Sum of RGB (Red+Green+Blue) = 234+40+119=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2877 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2877 is #15D788. Grayscale: #6A6A6A. Windows color (decimal): -1431433 or 7809258. OLE color: 7809258.
HSL color Cylindrical-coordinate representation of color #EA2877: hue angle of 335.57º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA2877 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 119 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.08 |
| HSL | 335.57º | 0.82% | 0.54% | - |
| HSV(B) | 335.57º | 0.83% | 0.92% | - |
| XYZ | 38.02 | 20.34 | 19.38 | - |
| YUV | 107.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 119 | 0 | 0.83 | 0.49 | 0.08 | 335.57 | 0.82 | 0.54 |
| Hex | EA | 28 | 77 | 0 | 53 | 31 | 8 | 150 | 52 | 36 |
| Octal | 352 | 50 | 167 | 0 | 123 | 61 | 10 | 520 | 122 | 66 |
| Binary | 11101010 | 101000 | 1110111 | 0 | 1010011 | 110001 | 1000 | 101010000 | 1010010 | 110110 |
Color Harmonies of #EA2877
Complementary color
Monochromatic Colors of #EA2877
Black with #EA2877
Text Example
Text Example
White with #EA2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2877; }
p { color: rgb(234,40,119); }
H1.HeaderClassName
{
color: #EA2877;
}
.AnyTagClassName
{
color: #EA2877;
}
</style>
background-color css
<style>
a { background-color: #EA2877; }
a { background-color: rgb(234,40,119); }
div.DivClassName
{
background-color: #EA2877;
}
.BgClassName
{
background-color: #EA2877;
}
</style>
border-color css
<style>
span { border-color: #EA2877; }
span { border-color: rgb(234,40,119); }
td.TdClassName
{
border-color: #EA2877;
}
.TagClassName
{
border-color: #EA2877;
}
</style>