Shades of Deep Cerise #E12979
Tints of Deep Cerise #E12979
RGB
CMYK
RGB Variations
Color information
#E12979 (or 0xE12979) is known color: Deep Cerise. HEX triplet: E1, 29 and 79. RGB value is (225,41,121). Sum of RGB (Red+Green+Blue) = 225+41+121=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E12979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12979 is #1ED686. Grayscale: #696969. Windows color (decimal): -2020999 or 7940577. OLE color: 7940577.
HSL color Cylindrical-coordinate representation of color #E12979: hue angle of 333.91º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12979 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 121 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.12 |
| HSL | 333.91º | 0.75% | 0.52% | - |
| HSV(B) | 333.91º | 0.82% | 0.88% | - |
| XYZ | 35.3 | 18.97 | 19.89 | - |
| YUV | 105.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 121 | 0 | 0.82 | 0.46 | 0.12 | 333.91 | 0.75 | 0.52 |
| Hex | E1 | 29 | 79 | 0 | 52 | 2E | C | 14E | 4B | 34 |
| Octal | 341 | 51 | 171 | 0 | 122 | 56 | 14 | 516 | 113 | 64 |
| Binary | 11100001 | 101001 | 1111001 | 0 | 1010010 | 101110 | 1100 | 101001110 | 1001011 | 110100 |
Color Harmonies of #E12979
Complementary color
Monochromatic Colors of #E12979
Black with #E12979
Text Example
Text Example
White with #E12979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12979; }
p { color: rgb(225,41,121); }
H1.HeaderClassName
{
color: #E12979;
}
.AnyTagClassName
{
color: #E12979;
}
</style>
background-color css
<style>
a { background-color: #E12979; }
a { background-color: rgb(225,41,121); }
div.DivClassName
{
background-color: #E12979;
}
.BgClassName
{
background-color: #E12979;
}
</style>
border-color css
<style>
span { border-color: #E12979; }
span { border-color: rgb(225,41,121); }
td.TdClassName
{
border-color: #E12979;
}
.TagClassName
{
border-color: #E12979;
}
</style>