Shades of Deep Cerise #E52879
Tints of Deep Cerise #E52879
RGB
CMYK
RGB Variations
Color information
#E52879 (or 0xE52879) is known color: Deep Cerise. HEX triplet: E5, 28 and 79. RGB value is (229,40,121). Sum of RGB (Red+Green+Blue) = 229+40+121=390 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.72% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 229 - color contains mainly: red. Hex color #E52879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52879 is #1AD786. Grayscale: #696969. Windows color (decimal): -1759111 or 7940325. OLE color: 7940325.
HSL color Cylindrical-coordinate representation of color #E52879: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52879 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 121 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.10 |
| HSL | 334.29º | 0.78% | 0.53% | - |
| HSV(B) | 334.29º | 0.83% | 0.9% | - |
| XYZ | 36.52 | 19.56 | 19.94 | - |
| YUV | 105.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 121 | 0 | 0.83 | 0.47 | 0.10 | 334.29 | 0.78 | 0.53 |
| Hex | E5 | 28 | 79 | 0 | 53 | 2F | A | 14E | 4E | 35 |
| Octal | 345 | 50 | 171 | 0 | 123 | 57 | 12 | 516 | 116 | 65 |
| Binary | 11100101 | 101000 | 1111001 | 0 | 1010011 | 101111 | 1010 | 101001110 | 1001110 | 110101 |
Color Harmonies of #E52879
Complementary color
Monochromatic Colors of #E52879
Black with #E52879
Text Example
Text Example
White with #E52879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52879; }
p { color: rgb(229,40,121); }
H1.HeaderClassName
{
color: #E52879;
}
.AnyTagClassName
{
color: #E52879;
}
</style>
background-color css
<style>
a { background-color: #E52879; }
a { background-color: rgb(229,40,121); }
div.DivClassName
{
background-color: #E52879;
}
.BgClassName
{
background-color: #E52879;
}
</style>
border-color css
<style>
span { border-color: #E52879; }
span { border-color: rgb(229,40,121); }
td.TdClassName
{
border-color: #E52879;
}
.TagClassName
{
border-color: #E52879;
}
</style>