Shades of Deep Cerise #E12D96
Tints of Deep Cerise #E12D96
RGB
CMYK
RGB Variations
Color information
#E12D96 (or 0xE12D96) is known color: Deep Cerise. HEX triplet: E1, 2D and 96. RGB value is (225,45,150). Sum of RGB (Red+Green+Blue) = 225+45+150=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12D96 is #1ED269. Grayscale: #6E6E6E. Windows color (decimal): -2019946 or 9842145. OLE color: 9842145.
HSL color Cylindrical-coordinate representation of color #E12D96: hue angle of 325º 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 #E12D96 is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 150 | - |
| CMYK | 0 | 0.8 | 0.33 | 0.12 |
| HSL | 325º | 0.75% | 0.53% | - |
| HSV(B) | 325º | 0.8% | 0.88% | - |
| XYZ | 37.49 | 20.09 | 30.76 | - |
| YUV | 110.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 150 | 0 | 0.8 | 0.33 | 0.12 | 325 | 0.75 | 0.53 |
| Hex | E1 | 2D | 96 | 0 | 50 | 21 | C | 145 | 4B | 35 |
| Octal | 341 | 55 | 226 | 0 | 120 | 41 | 14 | 505 | 113 | 65 |
| Binary | 11100001 | 101101 | 10010110 | 0 | 1010000 | 100001 | 1100 | 101000101 | 1001011 | 110101 |
Color Harmonies of #E12D96
Complementary color
Monochromatic Colors of #E12D96
Black with #E12D96
Text Example
Text Example
White with #E12D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D96; }
p { color: rgb(225,45,150); }
H1.HeaderClassName
{
color: #E12D96;
}
.AnyTagClassName
{
color: #E12D96;
}
</style>
background-color css
<style>
a { background-color: #E12D96; }
a { background-color: rgb(225,45,150); }
div.DivClassName
{
background-color: #E12D96;
}
.BgClassName
{
background-color: #E12D96;
}
</style>
border-color css
<style>
span { border-color: #E12D96; }
span { border-color: rgb(225,45,150); }
td.TdClassName
{
border-color: #E12D96;
}
.TagClassName
{
border-color: #E12D96;
}
</style>