Shades of Deep Cerise #E52976
Tints of Deep Cerise #E52976
RGB
CMYK
RGB Variations
Color information
#E52976 (or 0xE52976) is known color: Deep Cerise. HEX triplet: E5, 29 and 76. RGB value is (229,41,118). Sum of RGB (Red+Green+Blue) = 229+41+118=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E52976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52976 is #1AD689. Grayscale: #696969. Windows color (decimal): -1758858 or 7743973. OLE color: 7743973.
HSL color Cylindrical-coordinate representation of color #E52976: hue angle of 335.43º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52976 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 118 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.10 |
| HSL | 335.43º | 0.78% | 0.53% | - |
| HSV(B) | 335.43º | 0.82% | 0.9% | - |
| XYZ | 36.38 | 19.55 | 19 | - |
| YUV | 105.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 118 | 0 | 0.82 | 0.48 | 0.10 | 335.43 | 0.78 | 0.53 |
| Hex | E5 | 29 | 76 | 0 | 52 | 30 | A | 14F | 4E | 35 |
| Octal | 345 | 51 | 166 | 0 | 122 | 60 | 12 | 517 | 116 | 65 |
| Binary | 11100101 | 101001 | 1110110 | 0 | 1010010 | 110000 | 1010 | 101001111 | 1001110 | 110101 |
Color Harmonies of #E52976
Complementary color
Monochromatic Colors of #E52976
Black with #E52976
Text Example
Text Example
White with #E52976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52976; }
p { color: rgb(229,41,118); }
H1.HeaderClassName
{
color: #E52976;
}
.AnyTagClassName
{
color: #E52976;
}
</style>
background-color css
<style>
a { background-color: #E52976; }
a { background-color: rgb(229,41,118); }
div.DivClassName
{
background-color: #E52976;
}
.BgClassName
{
background-color: #E52976;
}
</style>
border-color css
<style>
span { border-color: #E52976; }
span { border-color: rgb(229,41,118); }
td.TdClassName
{
border-color: #E52976;
}
.TagClassName
{
border-color: #E52976;
}
</style>