Shades of Deep Cerise #E12C76
Tints of Deep Cerise #E12C76
RGB
CMYK
RGB Variations
Color information
#E12C76 (or 0xE12C76) is known color: Deep Cerise. HEX triplet: E1, 2C and 76. RGB value is (225,44,118). Sum of RGB (Red+Green+Blue) = 225+44+118=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C76 is #1ED389. Grayscale: #6A6A6A. Windows color (decimal): -2020234 or 7744737. OLE color: 7744737.
HSL color Cylindrical-coordinate representation of color #E12C76: hue angle of 335.47º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C76 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 118 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.12 |
| HSL | 335.47º | 0.75% | 0.53% | - |
| HSV(B) | 335.47º | 0.8% | 0.88% | - |
| XYZ | 35.22 | 19.12 | 18.97 | - |
| YUV | 106.56 | 134.47 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 118 | 0 | 0.80 | 0.48 | 0.12 | 335.47 | 0.75 | 0.53 |
| Hex | E1 | 2C | 76 | 0 | 50 | 30 | C | 14F | 4B | 35 |
| Octal | 341 | 54 | 166 | 0 | 120 | 60 | 14 | 517 | 113 | 65 |
| Binary | 11100001 | 101100 | 1110110 | 0 | 1010000 | 110000 | 1100 | 101001111 | 1001011 | 110101 |
Color Harmonies of #E12C76
Complementary color
Monochromatic Colors of #E12C76
Black with #E12C76
Text Example
Text Example
White with #E12C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C76; }
p { color: rgb(225,44,118); }
H1.HeaderClassName
{
color: #E12C76;
}
.AnyTagClassName
{
color: #E12C76;
}
</style>
background-color css
<style>
a { background-color: #E12C76; }
a { background-color: rgb(225,44,118); }
div.DivClassName
{
background-color: #E12C76;
}
.BgClassName
{
background-color: #E12C76;
}
</style>
border-color css
<style>
span { border-color: #E12C76; }
span { border-color: rgb(225,44,118); }
td.TdClassName
{
border-color: #E12C76;
}
.TagClassName
{
border-color: #E12C76;
}
</style>