Shades of Deep Cerise #E52989
Tints of Deep Cerise #E52989
RGB
CMYK
RGB Variations
Color information
#E52989 (or 0xE52989) is known color: Deep Cerise. HEX triplet: E5, 29 and 89. RGB value is (229,41,137). Sum of RGB (Red+Green+Blue) = 229+41+137=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 41 (16.41% from 255 or 10.07% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E52989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52989 is #1AD676. Grayscale: #6B6B6B. Windows color (decimal): -1758839 or 8989157. OLE color: 8989157.
HSL color Cylindrical-coordinate representation of color #E52989: hue angle of 329.36º 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 #E52989 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 137 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.10 |
| HSL | 329.36º | 0.78% | 0.53% | - |
| HSV(B) | 329.36º | 0.82% | 0.9% | - |
| XYZ | 37.62 | 20.05 | 25.55 | - |
| YUV | 108.16 | 144.28 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 137 | 0 | 0.82 | 0.40 | 0.10 | 329.36 | 0.78 | 0.53 |
| Hex | E5 | 29 | 89 | 0 | 52 | 28 | A | 149 | 4E | 35 |
| Octal | 345 | 51 | 211 | 0 | 122 | 50 | 12 | 511 | 116 | 65 |
| Binary | 11100101 | 101001 | 10001001 | 0 | 1010010 | 101000 | 1010 | 101001001 | 1001110 | 110101 |
Color Harmonies of #E52989
Complementary color
Monochromatic Colors of #E52989
Black with #E52989
Text Example
Text Example
White with #E52989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52989; }
p { color: rgb(229,41,137); }
H1.HeaderClassName
{
color: #E52989;
}
.AnyTagClassName
{
color: #E52989;
}
</style>
background-color css
<style>
a { background-color: #E52989; }
a { background-color: rgb(229,41,137); }
div.DivClassName
{
background-color: #E52989;
}
.BgClassName
{
background-color: #E52989;
}
</style>
border-color css
<style>
span { border-color: #E52989; }
span { border-color: rgb(229,41,137); }
td.TdClassName
{
border-color: #E52989;
}
.TagClassName
{
border-color: #E52989;
}
</style>