Shades of Deep Cerise #EA2878
Tints of Deep Cerise #EA2878
RGB
CMYK
RGB Variations
Color information
#EA2878 (or 0xEA2878) is known color: Deep Cerise. HEX triplet: EA, 28 and 78. RGB value is (234,40,120). Sum of RGB (Red+Green+Blue) = 234+40+120=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2878 is #15D787. Grayscale: #6B6B6B. Windows color (decimal): -1431432 or 7874794. OLE color: 7874794.
HSL color Cylindrical-coordinate representation of color #EA2878: hue angle of 335.26º 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 #EA2878 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 120 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.08 |
| HSL | 335.26º | 0.82% | 0.54% | - |
| HSV(B) | 335.26º | 0.83% | 0.92% | - |
| XYZ | 38.08 | 20.37 | 19.69 | - |
| YUV | 107.13 | 135.27 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 120 | 0 | 0.83 | 0.49 | 0.08 | 335.26 | 0.82 | 0.54 |
| Hex | EA | 28 | 78 | 0 | 53 | 31 | 8 | 14F | 52 | 36 |
| Octal | 352 | 50 | 170 | 0 | 123 | 61 | 10 | 517 | 122 | 66 |
| Binary | 11101010 | 101000 | 1111000 | 0 | 1010011 | 110001 | 1000 | 101001111 | 1010010 | 110110 |
Color Harmonies of #EA2878
Complementary color
Monochromatic Colors of #EA2878
Black with #EA2878
Text Example
Text Example
White with #EA2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2878; }
p { color: rgb(234,40,120); }
H1.HeaderClassName
{
color: #EA2878;
}
.AnyTagClassName
{
color: #EA2878;
}
</style>
background-color css
<style>
a { background-color: #EA2878; }
a { background-color: rgb(234,40,120); }
div.DivClassName
{
background-color: #EA2878;
}
.BgClassName
{
background-color: #EA2878;
}
</style>
border-color css
<style>
span { border-color: #EA2878; }
span { border-color: rgb(234,40,120); }
td.TdClassName
{
border-color: #EA2878;
}
.TagClassName
{
border-color: #EA2878;
}
</style>