Shades of Deep Cerise #E12079
Tints of Deep Cerise #E12079
RGB
CMYK
RGB Variations
Color information
#E12079 (or 0xE12079) is known color: Deep Cerise. HEX triplet: E1, 20 and 79. RGB value is (225,32,121). Sum of RGB (Red+Green+Blue) = 225+32+121=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12079 is #1EDF86. Grayscale: #636363. Windows color (decimal): -2023303 or 7938273. OLE color: 7938273.
HSL color Cylindrical-coordinate representation of color #E12079: hue angle of 332.33º 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 #E12079 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 121 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.12 |
| HSL | 332.33º | 0.76% | 0.5% | - |
| HSV(B) | 332.33º | 0.86% | 0.88% | - |
| XYZ | 35.02 | 18.42 | 19.8 | - |
| YUV | 99.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 121 | 0 | 0.86 | 0.46 | 0.12 | 332.33 | 0.76 | 0.5 |
| Hex | E1 | 20 | 79 | 0 | 56 | 2E | C | 14C | 4C | 32 |
| Octal | 341 | 40 | 171 | 0 | 126 | 56 | 14 | 514 | 114 | 62 |
| Binary | 11100001 | 100000 | 1111001 | 0 | 1010110 | 101110 | 1100 | 101001100 | 1001100 | 110010 |
Color Harmonies of #E12079
Complementary color
Monochromatic Colors of #E12079
Black with #E12079
Text Example
Text Example
White with #E12079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12079; }
p { color: rgb(225,32,121); }
H1.HeaderClassName
{
color: #E12079;
}
.AnyTagClassName
{
color: #E12079;
}
</style>
background-color css
<style>
a { background-color: #E12079; }
a { background-color: rgb(225,32,121); }
div.DivClassName
{
background-color: #E12079;
}
.BgClassName
{
background-color: #E12079;
}
</style>
border-color css
<style>
span { border-color: #E12079; }
span { border-color: rgb(225,32,121); }
td.TdClassName
{
border-color: #E12079;
}
.TagClassName
{
border-color: #E12079;
}
</style>