Shades of Deep Cerise #E52889
Tints of Deep Cerise #E52889
RGB
CMYK
RGB Variations
Color information
#E52889 (or 0xE52889) is known color: Deep Cerise. HEX triplet: E5, 28 and 89. RGB value is (229,40,137). Sum of RGB (Red+Green+Blue) = 229+40+137=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E52889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52889 is #1AD776. Grayscale: #6B6B6B. Windows color (decimal): -1759095 or 8988901. OLE color: 8988901.
HSL color Cylindrical-coordinate representation of color #E52889: hue angle of 329.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52889 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 137 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.10 |
| HSL | 329.21º | 0.78% | 0.53% | - |
| HSV(B) | 329.21º | 0.83% | 0.9% | - |
| XYZ | 37.59 | 19.98 | 25.54 | - |
| YUV | 107.57 | 144.62 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 137 | 0 | 0.83 | 0.40 | 0.10 | 329.21 | 0.78 | 0.53 |
| Hex | E5 | 28 | 89 | 0 | 53 | 28 | A | 149 | 4E | 35 |
| Octal | 345 | 50 | 211 | 0 | 123 | 50 | 12 | 511 | 116 | 65 |
| Binary | 11100101 | 101000 | 10001001 | 0 | 1010011 | 101000 | 1010 | 101001001 | 1001110 | 110101 |
Color Harmonies of #E52889
Complementary color
Monochromatic Colors of #E52889
Black with #E52889
Text Example
Text Example
White with #E52889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52889; }
p { color: rgb(229,40,137); }
H1.HeaderClassName
{
color: #E52889;
}
.AnyTagClassName
{
color: #E52889;
}
</style>
background-color css
<style>
a { background-color: #E52889; }
a { background-color: rgb(229,40,137); }
div.DivClassName
{
background-color: #E52889;
}
.BgClassName
{
background-color: #E52889;
}
</style>
border-color css
<style>
span { border-color: #E52889; }
span { border-color: rgb(229,40,137); }
td.TdClassName
{
border-color: #E52889;
}
.TagClassName
{
border-color: #E52889;
}
</style>