Shades of Deep Cerise #E53998
Tints of Deep Cerise #E53998
RGB
CMYK
RGB Variations
Color information
#E53998 (or 0xE53998) is known color: Deep Cerise. HEX triplet: E5, 39 and 98. RGB value is (229,57,152). Sum of RGB (Red+Green+Blue) = 229+57+152=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E53998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53998 is #1AC667. Grayscale: #777777. Windows color (decimal): -1754728 or 9976293. OLE color: 9976293.
HSL color Cylindrical-coordinate representation of color #E53998: hue angle of 326.86º 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 #E53998 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 152 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.10 |
| HSL | 326.86º | 0.77% | 0.56% | - |
| HSV(B) | 326.86º | 0.75% | 0.9% | - |
| XYZ | 39.44 | 21.85 | 31.84 | - |
| YUV | 119.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 152 | 0 | 0.75 | 0.34 | 0.10 | 326.86 | 0.77 | 0.56 |
| Hex | E5 | 39 | 98 | 0 | 4B | 22 | A | 147 | 4D | 38 |
| Octal | 345 | 71 | 230 | 0 | 113 | 42 | 12 | 507 | 115 | 70 |
| Binary | 11100101 | 111001 | 10011000 | 0 | 1001011 | 100010 | 1010 | 101000111 | 1001101 | 111000 |
Color Harmonies of #E53998
Complementary color
Monochromatic Colors of #E53998
Black with #E53998
Text Example
Text Example
White with #E53998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53998; }
p { color: rgb(229,57,152); }
H1.HeaderClassName
{
color: #E53998;
}
.AnyTagClassName
{
color: #E53998;
}
</style>
background-color css
<style>
a { background-color: #E53998; }
a { background-color: rgb(229,57,152); }
div.DivClassName
{
background-color: #E53998;
}
.BgClassName
{
background-color: #E53998;
}
</style>
border-color css
<style>
span { border-color: #E53998; }
span { border-color: rgb(229,57,152); }
td.TdClassName
{
border-color: #E53998;
}
.TagClassName
{
border-color: #E53998;
}
</style>