Shades of Deep Cerise #E53489
Tints of Deep Cerise #E53489
RGB
CMYK
RGB Variations
Color information
#E53489 (or 0xE53489) is known color: Deep Cerise. HEX triplet: E5, 34 and 89. RGB value is (229,52,137). Sum of RGB (Red+Green+Blue) = 229+52+137=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E53489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53489 is #1ACB76. Grayscale: #727272. Windows color (decimal): -1756023 or 8991973. OLE color: 8991973.
HSL color Cylindrical-coordinate representation of color #E53489: hue angle of 331.19º 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 #E53489 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 137 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.10 |
| HSL | 331.19º | 0.77% | 0.55% | - |
| HSV(B) | 331.19º | 0.77% | 0.9% | - |
| XYZ | 38.06 | 20.92 | 25.7 | - |
| YUV | 114.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 137 | 0 | 0.77 | 0.40 | 0.10 | 331.19 | 0.77 | 0.55 |
| Hex | E5 | 34 | 89 | 0 | 4D | 28 | A | 14B | 4D | 37 |
| Octal | 345 | 64 | 211 | 0 | 115 | 50 | 12 | 513 | 115 | 67 |
| Binary | 11100101 | 110100 | 10001001 | 0 | 1001101 | 101000 | 1010 | 101001011 | 1001101 | 110111 |
Color Harmonies of #E53489
Complementary color
Monochromatic Colors of #E53489
Black with #E53489
Text Example
Text Example
White with #E53489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53489; }
p { color: rgb(229,52,137); }
H1.HeaderClassName
{
color: #E53489;
}
.AnyTagClassName
{
color: #E53489;
}
</style>
background-color css
<style>
a { background-color: #E53489; }
a { background-color: rgb(229,52,137); }
div.DivClassName
{
background-color: #E53489;
}
.BgClassName
{
background-color: #E53489;
}
</style>
border-color css
<style>
span { border-color: #E53489; }
span { border-color: rgb(229,52,137); }
td.TdClassName
{
border-color: #E53489;
}
.TagClassName
{
border-color: #E53489;
}
</style>