Shades of Deep Cerise #E12876
Tints of Deep Cerise #E12876
RGB
CMYK
RGB Variations
Color information
#E12876 (or 0xE12876) is known color: Deep Cerise. HEX triplet: E1, 28 and 76. RGB value is (225,40,118). Sum of RGB (Red+Green+Blue) = 225+40+118=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E12876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12876 is #1ED789. Grayscale: #686868. Windows color (decimal): -2021258 or 7743713. OLE color: 7743713.
HSL color Cylindrical-coordinate representation of color #E12876: hue angle of 334.7º 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 #E12876 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 118 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.12 |
| HSL | 334.7º | 0.76% | 0.52% | - |
| HSV(B) | 334.7º | 0.82% | 0.88% | - |
| XYZ | 35.08 | 18.83 | 18.93 | - |
| YUV | 104.21 | 135.79 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 118 | 0 | 0.82 | 0.48 | 0.12 | 334.7 | 0.76 | 0.52 |
| Hex | E1 | 28 | 76 | 0 | 52 | 30 | C | 14F | 4C | 34 |
| Octal | 341 | 50 | 166 | 0 | 122 | 60 | 14 | 517 | 114 | 64 |
| Binary | 11100001 | 101000 | 1110110 | 0 | 1010010 | 110000 | 1100 | 101001111 | 1001100 | 110100 |
Color Harmonies of #E12876
Complementary color
Monochromatic Colors of #E12876
Black with #E12876
Text Example
Text Example
White with #E12876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12876; }
p { color: rgb(225,40,118); }
H1.HeaderClassName
{
color: #E12876;
}
.AnyTagClassName
{
color: #E12876;
}
</style>
background-color css
<style>
a { background-color: #E12876; }
a { background-color: rgb(225,40,118); }
div.DivClassName
{
background-color: #E12876;
}
.BgClassName
{
background-color: #E12876;
}
</style>
border-color css
<style>
span { border-color: #E12876; }
span { border-color: rgb(225,40,118); }
td.TdClassName
{
border-color: #E12876;
}
.TagClassName
{
border-color: #E12876;
}
</style>