Shades of Deep Cerise #E53477
Tints of Deep Cerise #E53477
RGB
CMYK
RGB Variations
Color information
#E53477 (or 0xE53477) is known color: Deep Cerise. HEX triplet: E5, 34 and 77. RGB value is (229,52,119). Sum of RGB (Red+Green+Blue) = 229+52+119=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E53477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53477 is #1ACB88. Grayscale: #707070. Windows color (decimal): -1756041 or 7812325. OLE color: 7812325.
HSL color Cylindrical-coordinate representation of color #E53477: hue angle of 337.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E53477 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 119 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.10 |
| HSL | 337.29º | 0.77% | 0.55% | - |
| HSV(B) | 337.29º | 0.77% | 0.9% | - |
| XYZ | 36.87 | 20.45 | 19.46 | - |
| YUV | 112.56 | 131.64 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 119 | 0 | 0.77 | 0.48 | 0.10 | 337.29 | 0.77 | 0.55 |
| Hex | E5 | 34 | 77 | 0 | 4D | 30 | A | 151 | 4D | 37 |
| Octal | 345 | 64 | 167 | 0 | 115 | 60 | 12 | 521 | 115 | 67 |
| Binary | 11100101 | 110100 | 1110111 | 0 | 1001101 | 110000 | 1010 | 101010001 | 1001101 | 110111 |
Color Harmonies of #E53477
Complementary color
Monochromatic Colors of #E53477
Black with #E53477
Text Example
Text Example
White with #E53477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53477; }
p { color: rgb(229,52,119); }
H1.HeaderClassName
{
color: #E53477;
}
.AnyTagClassName
{
color: #E53477;
}
</style>
background-color css
<style>
a { background-color: #E53477; }
a { background-color: rgb(229,52,119); }
div.DivClassName
{
background-color: #E53477;
}
.BgClassName
{
background-color: #E53477;
}
</style>
border-color css
<style>
span { border-color: #E53477; }
span { border-color: rgb(229,52,119); }
td.TdClassName
{
border-color: #E53477;
}
.TagClassName
{
border-color: #E53477;
}
</style>