Shades of Deep Cerise #E53498
Tints of Deep Cerise #E53498
RGB
CMYK
RGB Variations
Color information
#E53498 (or 0xE53498) is known color: Deep Cerise. HEX triplet: E5, 34 and 98. RGB value is (229,52,152). Sum of RGB (Red+Green+Blue) = 229+52+152=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E53498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53498 is #1ACB67. Grayscale: #747474. Windows color (decimal): -1756008 or 9975013. OLE color: 9975013.
HSL color Cylindrical-coordinate representation of color #E53498: hue angle of 326.1º 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 #E53498 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 152 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.10 |
| HSL | 326.1º | 0.77% | 0.55% | - |
| HSV(B) | 326.1º | 0.77% | 0.9% | - |
| XYZ | 39.21 | 21.38 | 31.77 | - |
| YUV | 116.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 152 | 0 | 0.77 | 0.34 | 0.10 | 326.1 | 0.77 | 0.55 |
| Hex | E5 | 34 | 98 | 0 | 4D | 22 | A | 146 | 4D | 37 |
| Octal | 345 | 64 | 230 | 0 | 115 | 42 | 12 | 506 | 115 | 67 |
| Binary | 11100101 | 110100 | 10011000 | 0 | 1001101 | 100010 | 1010 | 101000110 | 1001101 | 110111 |
Color Harmonies of #E53498
Complementary color
Monochromatic Colors of #E53498
Black with #E53498
Text Example
Text Example
White with #E53498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53498; }
p { color: rgb(229,52,152); }
H1.HeaderClassName
{
color: #E53498;
}
.AnyTagClassName
{
color: #E53498;
}
</style>
background-color css
<style>
a { background-color: #E53498; }
a { background-color: rgb(229,52,152); }
div.DivClassName
{
background-color: #E53498;
}
.BgClassName
{
background-color: #E53498;
}
</style>
border-color css
<style>
span { border-color: #E53498; }
span { border-color: rgb(229,52,152); }
td.TdClassName
{
border-color: #E53498;
}
.TagClassName
{
border-color: #E53498;
}
</style>