Shades of Deep Cerise #E53099
Tints of Deep Cerise #E53099
RGB
CMYK
RGB Variations
Color information
#E53099 (or 0xE53099) is known color: Deep Cerise. HEX triplet: E5, 30 and 99. RGB value is (229,48,153). Sum of RGB (Red+Green+Blue) = 229+48+153=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E53099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53099 is #1ACF66. Grayscale: #717171. Windows color (decimal): -1757031 or 10039525. OLE color: 10039525.
HSL color Cylindrical-coordinate representation of color #E53099: hue angle of 325.19º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53099 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 153 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.10 |
| HSL | 325.19º | 0.78% | 0.54% | - |
| HSV(B) | 325.19º | 0.79% | 0.9% | - |
| XYZ | 39.12 | 21.07 | 32.14 | - |
| YUV | 114.09 | 149.97 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 153 | 0 | 0.79 | 0.33 | 0.10 | 325.19 | 0.78 | 0.54 |
| Hex | E5 | 30 | 99 | 0 | 4F | 21 | A | 145 | 4E | 36 |
| Octal | 345 | 60 | 231 | 0 | 117 | 41 | 12 | 505 | 116 | 66 |
| Binary | 11100101 | 110000 | 10011001 | 0 | 1001111 | 100001 | 1010 | 101000101 | 1001110 | 110110 |
Color Harmonies of #E53099
Complementary color
Monochromatic Colors of #E53099
Black with #E53099
Text Example
Text Example
White with #E53099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53099; }
p { color: rgb(229,48,153); }
H1.HeaderClassName
{
color: #E53099;
}
.AnyTagClassName
{
color: #E53099;
}
</style>
background-color css
<style>
a { background-color: #E53099; }
a { background-color: rgb(229,48,153); }
div.DivClassName
{
background-color: #E53099;
}
.BgClassName
{
background-color: #E53099;
}
</style>
border-color css
<style>
span { border-color: #E53099; }
span { border-color: rgb(229,48,153); }
td.TdClassName
{
border-color: #E53099;
}
.TagClassName
{
border-color: #E53099;
}
</style>