Shades of Deep Cerise #E53088
Tints of Deep Cerise #E53088
RGB
CMYK
RGB Variations
Color information
#E53088 (or 0xE53088) is known color: Deep Cerise. HEX triplet: E5, 30 and 88. RGB value is (229,48,136). Sum of RGB (Red+Green+Blue) = 229+48+136=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E53088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53088 is #1ACF77. Grayscale: #6F6F6F. Windows color (decimal): -1757048 or 8925413. OLE color: 8925413.
HSL color Cylindrical-coordinate representation of color #E53088: hue angle of 330.83º 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 #E53088 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 136 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.10 |
| HSL | 330.83º | 0.78% | 0.54% | - |
| HSV(B) | 330.83º | 0.79% | 0.9% | - |
| XYZ | 37.81 | 20.55 | 25.27 | - |
| YUV | 112.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 136 | 0 | 0.79 | 0.41 | 0.10 | 330.83 | 0.78 | 0.54 |
| Hex | E5 | 30 | 88 | 0 | 4F | 29 | A | 14B | 4E | 36 |
| Octal | 345 | 60 | 210 | 0 | 117 | 51 | 12 | 513 | 116 | 66 |
| Binary | 11100101 | 110000 | 10001000 | 0 | 1001111 | 101001 | 1010 | 101001011 | 1001110 | 110110 |
Color Harmonies of #E53088
Complementary color
Monochromatic Colors of #E53088
Black with #E53088
Text Example
Text Example
White with #E53088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53088; }
p { color: rgb(229,48,136); }
H1.HeaderClassName
{
color: #E53088;
}
.AnyTagClassName
{
color: #E53088;
}
</style>
background-color css
<style>
a { background-color: #E53088; }
a { background-color: rgb(229,48,136); }
div.DivClassName
{
background-color: #E53088;
}
.BgClassName
{
background-color: #E53088;
}
</style>
border-color css
<style>
span { border-color: #E53088; }
span { border-color: rgb(229,48,136); }
td.TdClassName
{
border-color: #E53088;
}
.TagClassName
{
border-color: #E53088;
}
</style>