Shades of Deep Cerise #E12077
Tints of Deep Cerise #E12077
RGB
CMYK
RGB Variations
Color information
#E12077 (or 0xE12077) is known color: Deep Cerise. HEX triplet: E1, 20 and 77. RGB value is (225,32,119). Sum of RGB (Red+Green+Blue) = 225+32+119=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E12077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12077 is #1EDF88. Grayscale: #636363. Windows color (decimal): -2023305 or 7807201. OLE color: 7807201.
HSL color Cylindrical-coordinate representation of color #E12077: hue angle of 332.95º 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 #E12077 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 119 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.12 |
| HSL | 332.95º | 0.76% | 0.5% | - |
| HSV(B) | 332.95º | 0.86% | 0.88% | - |
| XYZ | 34.9 | 18.37 | 19.16 | - |
| YUV | 99.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 119 | 0 | 0.86 | 0.47 | 0.12 | 332.95 | 0.76 | 0.5 |
| Hex | E1 | 20 | 77 | 0 | 56 | 2F | C | 14D | 4C | 32 |
| Octal | 341 | 40 | 167 | 0 | 126 | 57 | 14 | 515 | 114 | 62 |
| Binary | 11100001 | 100000 | 1110111 | 0 | 1010110 | 101111 | 1100 | 101001101 | 1001100 | 110010 |
Color Harmonies of #E12077
Complementary color
Monochromatic Colors of #E12077
Black with #E12077
Text Example
Text Example
White with #E12077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12077; }
p { color: rgb(225,32,119); }
H1.HeaderClassName
{
color: #E12077;
}
.AnyTagClassName
{
color: #E12077;
}
</style>
background-color css
<style>
a { background-color: #E12077; }
a { background-color: rgb(225,32,119); }
div.DivClassName
{
background-color: #E12077;
}
.BgClassName
{
background-color: #E12077;
}
</style>
border-color css
<style>
span { border-color: #E12077; }
span { border-color: rgb(225,32,119); }
td.TdClassName
{
border-color: #E12077;
}
.TagClassName
{
border-color: #E12077;
}
</style>