Shades of Deep Cerise #EA2879
Tints of Deep Cerise #EA2879
RGB
CMYK
RGB Variations
Color information
#EA2879 (or 0xEA2879) is known color: Deep Cerise. HEX triplet: EA, 28 and 79. RGB value is (234,40,121). Sum of RGB (Red+Green+Blue) = 234+40+121=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2879 is #15D786. Grayscale: #6B6B6B. Windows color (decimal): -1431431 or 7940330. OLE color: 7940330.
HSL color Cylindrical-coordinate representation of color #EA2879: hue angle of 334.95º 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 #EA2879 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 40 | 121 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.08 |
| HSL | 334.95º | 0.82% | 0.54% | - |
| HSV(B) | 334.95º | 0.83% | 0.92% | - |
| XYZ | 38.14 | 20.39 | 20.01 | - |
| YUV | 107.24 | 135.77 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 121 | 0 | 0.83 | 0.48 | 0.08 | 334.95 | 0.82 | 0.54 |
| Hex | EA | 28 | 79 | 0 | 53 | 30 | 8 | 14F | 52 | 36 |
| Octal | 352 | 50 | 171 | 0 | 123 | 60 | 10 | 517 | 122 | 66 |
| Binary | 11101010 | 101000 | 1111001 | 0 | 1010011 | 110000 | 1000 | 101001111 | 1010010 | 110110 |
Color Harmonies of #EA2879
Complementary color
Monochromatic Colors of #EA2879
Black with #EA2879
Text Example
Text Example
White with #EA2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2879; }
p { color: rgb(234,40,121); }
H1.HeaderClassName
{
color: #EA2879;
}
.AnyTagClassName
{
color: #EA2879;
}
</style>
background-color css
<style>
a { background-color: #EA2879; }
a { background-color: rgb(234,40,121); }
div.DivClassName
{
background-color: #EA2879;
}
.BgClassName
{
background-color: #EA2879;
}
</style>
border-color css
<style>
span { border-color: #EA2879; }
span { border-color: rgb(234,40,121); }
td.TdClassName
{
border-color: #EA2879;
}
.TagClassName
{
border-color: #EA2879;
}
</style>