Shades of Deep Cerise #E12879
Tints of Deep Cerise #E12879
RGB
CMYK
RGB Variations
Color information
#E12879 (or 0xE12879) is known color: Deep Cerise. HEX triplet: E1, 28 and 79. RGB value is (225,40,121). Sum of RGB (Red+Green+Blue) = 225+40+121=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E12879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12879 is #1ED786. Grayscale: #686868. Windows color (decimal): -2021255 or 7940321. OLE color: 7940321.
HSL color Cylindrical-coordinate representation of color #E12879: hue angle of 333.73º degrees, saturation: 0.76, 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 #E12879 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 121 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.12 |
| HSL | 333.73º | 0.76% | 0.52% | - |
| HSV(B) | 333.73º | 0.82% | 0.88% | - |
| XYZ | 35.26 | 18.91 | 19.88 | - |
| YUV | 104.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 121 | 0 | 0.82 | 0.46 | 0.12 | 333.73 | 0.76 | 0.52 |
| Hex | E1 | 28 | 79 | 0 | 52 | 2E | C | 14E | 4C | 34 |
| Octal | 341 | 50 | 171 | 0 | 122 | 56 | 14 | 516 | 114 | 64 |
| Binary | 11100001 | 101000 | 1111001 | 0 | 1010010 | 101110 | 1100 | 101001110 | 1001100 | 110100 |
Color Harmonies of #E12879
Complementary color
Monochromatic Colors of #E12879
Black with #E12879
Text Example
Text Example
White with #E12879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12879; }
p { color: rgb(225,40,121); }
H1.HeaderClassName
{
color: #E12879;
}
.AnyTagClassName
{
color: #E12879;
}
</style>
background-color css
<style>
a { background-color: #E12879; }
a { background-color: rgb(225,40,121); }
div.DivClassName
{
background-color: #E12879;
}
.BgClassName
{
background-color: #E12879;
}
</style>
border-color css
<style>
span { border-color: #E12879; }
span { border-color: rgb(225,40,121); }
td.TdClassName
{
border-color: #E12879;
}
.TagClassName
{
border-color: #E12879;
}
</style>