Shades of Deep Cerise #E53880
Tints of Deep Cerise #E53880
RGB
CMYK
RGB Variations
Color information
#E53880 (or 0xE53880) is known color: Deep Cerise. HEX triplet: E5, 38 and 80. RGB value is (229,56,128). Sum of RGB (Red+Green+Blue) = 229+56+128=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E53880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53880 is #1AC77F. Grayscale: #737373. Windows color (decimal): -1755008 or 8403173. OLE color: 8403173.
HSL color Cylindrical-coordinate representation of color #E53880: hue angle of 335.03º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E53880 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 128 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.10 |
| HSL | 335.03º | 0.77% | 0.56% | - |
| HSV(B) | 335.03º | 0.76% | 0.9% | - |
| XYZ | 37.62 | 21.04 | 22.5 | - |
| YUV | 115.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 128 | 0 | 0.76 | 0.44 | 0.10 | 335.03 | 0.77 | 0.56 |
| Hex | E5 | 38 | 80 | 0 | 4C | 2C | A | 14F | 4D | 38 |
| Octal | 345 | 70 | 200 | 0 | 114 | 54 | 12 | 517 | 115 | 70 |
| Binary | 11100101 | 111000 | 10000000 | 0 | 1001100 | 101100 | 1010 | 101001111 | 1001101 | 111000 |
Color Harmonies of #E53880
Complementary color
Monochromatic Colors of #E53880
Black with #E53880
Text Example
Text Example
White with #E53880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53880; }
p { color: rgb(229,56,128); }
H1.HeaderClassName
{
color: #E53880;
}
.AnyTagClassName
{
color: #E53880;
}
</style>
background-color css
<style>
a { background-color: #E53880; }
a { background-color: rgb(229,56,128); }
div.DivClassName
{
background-color: #E53880;
}
.BgClassName
{
background-color: #E53880;
}
</style>
border-color css
<style>
span { border-color: #E53880; }
span { border-color: rgb(229,56,128); }
td.TdClassName
{
border-color: #E53880;
}
.TagClassName
{
border-color: #E53880;
}
</style>