Shades of Deep Cerise #E53188
Tints of Deep Cerise #E53188
RGB
CMYK
RGB Variations
Color information
#E53188 (or 0xE53188) is known color: Deep Cerise. HEX triplet: E5, 31 and 88. RGB value is (229,49,136). Sum of RGB (Red+Green+Blue) = 229+49+136=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E53188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53188 is #1ACE77. Grayscale: #707070. Windows color (decimal): -1756792 or 8925669. OLE color: 8925669.
HSL color Cylindrical-coordinate representation of color #E53188: hue angle of 331º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53188 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 136 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.10 |
| HSL | 331º | 0.78% | 0.55% | - |
| HSV(B) | 331º | 0.79% | 0.9% | - |
| XYZ | 37.86 | 20.63 | 25.28 | - |
| YUV | 112.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 136 | 0 | 0.79 | 0.41 | 0.10 | 331 | 0.78 | 0.55 |
| Hex | E5 | 31 | 88 | 0 | 4F | 29 | A | 14B | 4E | 37 |
| Octal | 345 | 61 | 210 | 0 | 117 | 51 | 12 | 513 | 116 | 67 |
| Binary | 11100101 | 110001 | 10001000 | 0 | 1001111 | 101001 | 1010 | 101001011 | 1001110 | 110111 |
Color Harmonies of #E53188
Complementary color
Monochromatic Colors of #E53188
Black with #E53188
Text Example
Text Example
White with #E53188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53188; }
p { color: rgb(229,49,136); }
H1.HeaderClassName
{
color: #E53188;
}
.AnyTagClassName
{
color: #E53188;
}
</style>
background-color css
<style>
a { background-color: #E53188; }
a { background-color: rgb(229,49,136); }
div.DivClassName
{
background-color: #E53188;
}
.BgClassName
{
background-color: #E53188;
}
</style>
border-color css
<style>
span { border-color: #E53188; }
span { border-color: rgb(229,49,136); }
td.TdClassName
{
border-color: #E53188;
}
.TagClassName
{
border-color: #E53188;
}
</style>