Shades of Deep Cerise #E52780
Tints of Deep Cerise #E52780
RGB
CMYK
RGB Variations
Color information
#E52780 (or 0xE52780) is known color: Deep Cerise. HEX triplet: E5, 27 and 80. RGB value is (229,39,128). Sum of RGB (Red+Green+Blue) = 229+39+128=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E52780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52780 is #1AD87F. Grayscale: #696969. Windows color (decimal): -1759360 or 8398821. OLE color: 8398821.
HSL color Cylindrical-coordinate representation of color #E52780: hue angle of 331.89º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52780 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 39 | 128 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.10 |
| HSL | 331.89º | 0.79% | 0.53% | - |
| HSV(B) | 331.89º | 0.83% | 0.9% | - |
| XYZ | 36.93 | 19.67 | 22.27 | - |
| YUV | 105.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 39 | 128 | 0 | 0.83 | 0.44 | 0.10 | 331.89 | 0.79 | 0.53 |
| Hex | E5 | 27 | 80 | 0 | 53 | 2C | A | 14C | 4F | 35 |
| Octal | 345 | 47 | 200 | 0 | 123 | 54 | 12 | 514 | 117 | 65 |
| Binary | 11100101 | 100111 | 10000000 | 0 | 1010011 | 101100 | 1010 | 101001100 | 1001111 | 110101 |
Color Harmonies of #E52780
Complementary color
Monochromatic Colors of #E52780
Black with #E52780
Text Example
Text Example
White with #E52780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52780; }
p { color: rgb(229,39,128); }
H1.HeaderClassName
{
color: #E52780;
}
.AnyTagClassName
{
color: #E52780;
}
</style>
background-color css
<style>
a { background-color: #E52780; }
a { background-color: rgb(229,39,128); }
div.DivClassName
{
background-color: #E52780;
}
.BgClassName
{
background-color: #E52780;
}
</style>
border-color css
<style>
span { border-color: #E52780; }
span { border-color: rgb(229,39,128); }
td.TdClassName
{
border-color: #E52780;
}
.TagClassName
{
border-color: #E52780;
}
</style>