Shades of Deep Cerise #E12078
Tints of Deep Cerise #E12078
RGB
CMYK
RGB Variations
Color information
#E12078 (or 0xE12078) is known color: Deep Cerise. HEX triplet: E1, 20 and 78. RGB value is (225,32,120). Sum of RGB (Red+Green+Blue) = 225+32+120=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E12078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12078 is #1EDF87. Grayscale: #636363. Windows color (decimal): -2023304 or 7872737. OLE color: 7872737.
HSL color Cylindrical-coordinate representation of color #E12078: hue angle of 332.64º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12078 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 120 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.12 |
| HSL | 332.64º | 0.76% | 0.5% | - |
| HSV(B) | 332.64º | 0.86% | 0.88% | - |
| XYZ | 34.96 | 18.4 | 19.48 | - |
| YUV | 99.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 120 | 0 | 0.86 | 0.47 | 0.12 | 332.64 | 0.76 | 0.5 |
| Hex | E1 | 20 | 78 | 0 | 56 | 2F | C | 14D | 4C | 32 |
| Octal | 341 | 40 | 170 | 0 | 126 | 57 | 14 | 515 | 114 | 62 |
| Binary | 11100001 | 100000 | 1111000 | 0 | 1010110 | 101111 | 1100 | 101001101 | 1001100 | 110010 |
Color Harmonies of #E12078
Complementary color
Monochromatic Colors of #E12078
Black with #E12078
Text Example
Text Example
White with #E12078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12078; }
p { color: rgb(225,32,120); }
H1.HeaderClassName
{
color: #E12078;
}
.AnyTagClassName
{
color: #E12078;
}
</style>
background-color css
<style>
a { background-color: #E12078; }
a { background-color: rgb(225,32,120); }
div.DivClassName
{
background-color: #E12078;
}
.BgClassName
{
background-color: #E12078;
}
</style>
border-color css
<style>
span { border-color: #E12078; }
span { border-color: rgb(225,32,120); }
td.TdClassName
{
border-color: #E12078;
}
.TagClassName
{
border-color: #E12078;
}
</style>