Shades of Deep Cerise #E53989
Tints of Deep Cerise #E53989
RGB
CMYK
RGB Variations
Color information
#E53989 (or 0xE53989) is known color: Deep Cerise. HEX triplet: E5, 39 and 89. RGB value is (229,57,137). Sum of RGB (Red+Green+Blue) = 229+57+137=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E53989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53989 is #1AC676. Grayscale: #757575. Windows color (decimal): -1754743 or 8993253. OLE color: 8993253.
HSL color Cylindrical-coordinate representation of color #E53989: hue angle of 332.09º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53989 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 137 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.10 |
| HSL | 332.09º | 0.77% | 0.56% | - |
| HSV(B) | 332.09º | 0.75% | 0.9% | - |
| XYZ | 38.29 | 21.39 | 25.78 | - |
| YUV | 117.55 | 138.98 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 137 | 0 | 0.75 | 0.40 | 0.10 | 332.09 | 0.77 | 0.56 |
| Hex | E5 | 39 | 89 | 0 | 4B | 28 | A | 14C | 4D | 38 |
| Octal | 345 | 71 | 211 | 0 | 113 | 50 | 12 | 514 | 115 | 70 |
| Binary | 11100101 | 111001 | 10001001 | 0 | 1001011 | 101000 | 1010 | 101001100 | 1001101 | 111000 |
Color Harmonies of #E53989
Complementary color
Monochromatic Colors of #E53989
Black with #E53989
Text Example
Text Example
White with #E53989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53989; }
p { color: rgb(229,57,137); }
H1.HeaderClassName
{
color: #E53989;
}
.AnyTagClassName
{
color: #E53989;
}
</style>
background-color css
<style>
a { background-color: #E53989; }
a { background-color: rgb(229,57,137); }
div.DivClassName
{
background-color: #E53989;
}
.BgClassName
{
background-color: #E53989;
}
</style>
border-color css
<style>
span { border-color: #E53989; }
span { border-color: rgb(229,57,137); }
td.TdClassName
{
border-color: #E53989;
}
.TagClassName
{
border-color: #E53989;
}
</style>