Shades of Deep Cerise #E12F9E
Tints of Deep Cerise #E12F9E
RGB
CMYK
RGB Variations
Color information
#E12F9E (or 0xE12F9E) is known color: Deep Cerise. HEX triplet: E1, 2F and 9E. RGB value is (225,47,158). Sum of RGB (Red+Green+Blue) = 225+47+158=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F9E is #1ED061. Grayscale: #707070. Windows color (decimal): -2019426 or 10366945. OLE color: 10366945.
HSL color Cylindrical-coordinate representation of color #E12F9E: hue angle of 322.58º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E12F9E is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 158 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.12 |
| HSL | 322.58º | 0.75% | 0.53% | - |
| HSV(B) | 322.58º | 0.79% | 0.88% | - |
| XYZ | 38.24 | 20.51 | 34.29 | - |
| YUV | 112.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 158 | 0 | 0.79 | 0.30 | 0.12 | 322.58 | 0.75 | 0.53 |
| Hex | E1 | 2F | 9E | 0 | 4F | 1E | C | 143 | 4B | 35 |
| Octal | 341 | 57 | 236 | 0 | 117 | 36 | 14 | 503 | 113 | 65 |
| Binary | 11100001 | 101111 | 10011110 | 0 | 1001111 | 11110 | 1100 | 101000011 | 1001011 | 110101 |
Color Harmonies of #E12F9E
Complementary color
Monochromatic Colors of #E12F9E
Black with #E12F9E
Text Example
Text Example
White with #E12F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F9E; }
p { color: rgb(225,47,158); }
H1.HeaderClassName
{
color: #E12F9E;
}
.AnyTagClassName
{
color: #E12F9E;
}
</style>
background-color css
<style>
a { background-color: #E12F9E; }
a { background-color: rgb(225,47,158); }
div.DivClassName
{
background-color: #E12F9E;
}
.BgClassName
{
background-color: #E12F9E;
}
</style>
border-color css
<style>
span { border-color: #E12F9E; }
span { border-color: rgb(225,47,158); }
td.TdClassName
{
border-color: #E12F9E;
}
.TagClassName
{
border-color: #E12F9E;
}
</style>