Shades of Deep Cerise #E52278
Tints of Deep Cerise #E52278
RGB
CMYK
RGB Variations
Color information
#E52278 (or 0xE52278) is known color: Deep Cerise. HEX triplet: E5, 22 and 78. RGB value is (229,34,120). Sum of RGB (Red+Green+Blue) = 229+34+120=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E52278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E52278 is #1ADD87. Grayscale: #656565. Windows color (decimal): -1760648 or 7873253. OLE color: 7873253.
HSL color Cylindrical-coordinate representation of color #E52278: hue angle of 333.54º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E52278 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 120 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.10 |
| HSL | 333.54º | 0.79% | 0.52% | - |
| HSV(B) | 333.54º | 0.85% | 0.9% | - |
| XYZ | 36.28 | 19.16 | 19.56 | - |
| YUV | 102.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 120 | 0 | 0.85 | 0.48 | 0.10 | 333.54 | 0.79 | 0.52 |
| Hex | E5 | 22 | 78 | 0 | 55 | 30 | A | 14E | 4F | 34 |
| Octal | 345 | 42 | 170 | 0 | 125 | 60 | 12 | 516 | 117 | 64 |
| Binary | 11100101 | 100010 | 1111000 | 0 | 1010101 | 110000 | 1010 | 101001110 | 1001111 | 110100 |
Color Harmonies of #E52278
Complementary color
Monochromatic Colors of #E52278
Black with #E52278
Text Example
Text Example
White with #E52278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52278; }
p { color: rgb(229,34,120); }
H1.HeaderClassName
{
color: #E52278;
}
.AnyTagClassName
{
color: #E52278;
}
</style>
background-color css
<style>
a { background-color: #E52278; }
a { background-color: rgb(229,34,120); }
div.DivClassName
{
background-color: #E52278;
}
.BgClassName
{
background-color: #E52278;
}
</style>
border-color css
<style>
span { border-color: #E52278; }
span { border-color: rgb(229,34,120); }
td.TdClassName
{
border-color: #E52278;
}
.TagClassName
{
border-color: #E52278;
}
</style>