Shades of Deep Cerise #E52377
Tints of Deep Cerise #E52377
RGB
CMYK
RGB Variations
Color information
#E52377 (or 0xE52377) is known color: Deep Cerise. HEX triplet: E5, 23 and 77. RGB value is (229,35,119). Sum of RGB (Red+Green+Blue) = 229+35+119=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52377 is #1ADC88. Grayscale: #666666. Windows color (decimal): -1760393 or 7807973. OLE color: 7807973.
HSL color Cylindrical-coordinate representation of color #E52377: hue angle of 334.02º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52377 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 119 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.10 |
| HSL | 334.02º | 0.79% | 0.52% | - |
| HSV(B) | 334.02º | 0.85% | 0.9% | - |
| XYZ | 36.24 | 19.19 | 19.25 | - |
| YUV | 102.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 119 | 0 | 0.85 | 0.48 | 0.10 | 334.02 | 0.79 | 0.52 |
| Hex | E5 | 23 | 77 | 0 | 55 | 30 | A | 14E | 4F | 34 |
| Octal | 345 | 43 | 167 | 0 | 125 | 60 | 12 | 516 | 117 | 64 |
| Binary | 11100101 | 100011 | 1110111 | 0 | 1010101 | 110000 | 1010 | 101001110 | 1001111 | 110100 |
Color Harmonies of #E52377
Complementary color
Monochromatic Colors of #E52377
Black with #E52377
Text Example
Text Example
White with #E52377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52377; }
p { color: rgb(229,35,119); }
H1.HeaderClassName
{
color: #E52377;
}
.AnyTagClassName
{
color: #E52377;
}
</style>
background-color css
<style>
a { background-color: #E52377; }
a { background-color: rgb(229,35,119); }
div.DivClassName
{
background-color: #E52377;
}
.BgClassName
{
background-color: #E52377;
}
</style>
border-color css
<style>
span { border-color: #E52377; }
span { border-color: rgb(229,35,119); }
td.TdClassName
{
border-color: #E52377;
}
.TagClassName
{
border-color: #E52377;
}
</style>