Shades of Deep Cerise #E12F99
Tints of Deep Cerise #E12F99
RGB
CMYK
RGB Variations
Color information
#E12F99 (or 0xE12F99) is known color: Deep Cerise. HEX triplet: E1, 2F and 99. RGB value is (225,47,153). Sum of RGB (Red+Green+Blue) = 225+47+153=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F99 is #1ED066. Grayscale: #707070. Windows color (decimal): -2019431 or 10039265. OLE color: 10039265.
HSL color Cylindrical-coordinate representation of color #E12F99: hue angle of 324.27º 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 #E12F99 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 153 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.12 |
| HSL | 324.27º | 0.75% | 0.53% | - |
| HSV(B) | 324.27º | 0.79% | 0.88% | - |
| XYZ | 37.82 | 20.34 | 32.07 | - |
| YUV | 112.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 153 | 0 | 0.79 | 0.32 | 0.12 | 324.27 | 0.75 | 0.53 |
| Hex | E1 | 2F | 99 | 0 | 4F | 20 | C | 144 | 4B | 35 |
| Octal | 341 | 57 | 231 | 0 | 117 | 40 | 14 | 504 | 113 | 65 |
| Binary | 11100001 | 101111 | 10011001 | 0 | 1001111 | 100000 | 1100 | 101000100 | 1001011 | 110101 |
Color Harmonies of #E12F99
Complementary color
Monochromatic Colors of #E12F99
Black with #E12F99
Text Example
Text Example
White with #E12F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F99; }
p { color: rgb(225,47,153); }
H1.HeaderClassName
{
color: #E12F99;
}
.AnyTagClassName
{
color: #E12F99;
}
</style>
background-color css
<style>
a { background-color: #E12F99; }
a { background-color: rgb(225,47,153); }
div.DivClassName
{
background-color: #E12F99;
}
.BgClassName
{
background-color: #E12F99;
}
</style>
border-color css
<style>
span { border-color: #E12F99; }
span { border-color: rgb(225,47,153); }
td.TdClassName
{
border-color: #E12F99;
}
.TagClassName
{
border-color: #E12F99;
}
</style>