Shades of Deep Cerise #E12D9E
Tints of Deep Cerise #E12D9E
RGB
CMYK
RGB Variations
Color information
#E12D9E (or 0xE12D9E) is known color: Deep Cerise. HEX triplet: E1, 2D and 9E. RGB value is (225,45,158). Sum of RGB (Red+Green+Blue) = 225+45+158=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12D9E is #1ED261. Grayscale: #6F6F6F. Windows color (decimal): -2019938 or 10366433. OLE color: 10366433.
HSL color Cylindrical-coordinate representation of color #E12D9E: hue angle of 322.33º 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 #E12D9E is Cyan = 0, Magento = 0.8, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 45 | 158 | - |
| CMYK | 0 | 0.8 | 0.30 | 0.12 |
| HSL | 322.33º | 0.75% | 0.53% | - |
| HSV(B) | 322.33º | 0.8% | 0.88% | - |
| XYZ | 38.16 | 20.35 | 34.26 | - |
| YUV | 111.7 | 154.13 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 45 | 158 | 0 | 0.8 | 0.30 | 0.12 | 322.33 | 0.75 | 0.53 |
| Hex | E1 | 2D | 9E | 0 | 50 | 1E | C | 142 | 4B | 35 |
| Octal | 341 | 55 | 236 | 0 | 120 | 36 | 14 | 502 | 113 | 65 |
| Binary | 11100001 | 101101 | 10011110 | 0 | 1010000 | 11110 | 1100 | 101000010 | 1001011 | 110101 |
Color Harmonies of #E12D9E
Complementary color
Monochromatic Colors of #E12D9E
Black with #E12D9E
Text Example
Text Example
White with #E12D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12D9E; }
p { color: rgb(225,45,158); }
H1.HeaderClassName
{
color: #E12D9E;
}
.AnyTagClassName
{
color: #E12D9E;
}
</style>
background-color css
<style>
a { background-color: #E12D9E; }
a { background-color: rgb(225,45,158); }
div.DivClassName
{
background-color: #E12D9E;
}
.BgClassName
{
background-color: #E12D9E;
}
</style>
border-color css
<style>
span { border-color: #E12D9E; }
span { border-color: rgb(225,45,158); }
td.TdClassName
{
border-color: #E12D9E;
}
.TagClassName
{
border-color: #E12D9E;
}
</style>