Shades of Deep Cerise #E12F9D
Tints of Deep Cerise #E12F9D
RGB
CMYK
RGB Variations
Color information
#E12F9D (or 0xE12F9D) is known color: Deep Cerise. HEX triplet: E1, 2F and 9D. RGB value is (225,47,157). Sum of RGB (Red+Green+Blue) = 225+47+157=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F9D is #1ED062. Grayscale: #707070. Windows color (decimal): -2019427 or 10301409. OLE color: 10301409.
HSL color Cylindrical-coordinate representation of color #E12F9D: hue angle of 322.92º 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 #E12F9D is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 157 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.12 |
| HSL | 322.92º | 0.75% | 0.53% | - |
| HSV(B) | 322.92º | 0.79% | 0.88% | - |
| XYZ | 38.15 | 20.47 | 33.84 | - |
| YUV | 112.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 157 | 0 | 0.79 | 0.30 | 0.12 | 322.92 | 0.75 | 0.53 |
| Hex | E1 | 2F | 9D | 0 | 4F | 1E | C | 143 | 4B | 35 |
| Octal | 341 | 57 | 235 | 0 | 117 | 36 | 14 | 503 | 113 | 65 |
| Binary | 11100001 | 101111 | 10011101 | 0 | 1001111 | 11110 | 1100 | 101000011 | 1001011 | 110101 |
Color Harmonies of #E12F9D
Complementary color
Monochromatic Colors of #E12F9D
Black with #E12F9D
Text Example
Text Example
White with #E12F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F9D; }
p { color: rgb(225,47,157); }
H1.HeaderClassName
{
color: #E12F9D;
}
.AnyTagClassName
{
color: #E12F9D;
}
</style>
background-color css
<style>
a { background-color: #E12F9D; }
a { background-color: rgb(225,47,157); }
div.DivClassName
{
background-color: #E12F9D;
}
.BgClassName
{
background-color: #E12F9D;
}
</style>
border-color css
<style>
span { border-color: #E12F9D; }
span { border-color: rgb(225,47,157); }
td.TdClassName
{
border-color: #E12F9D;
}
.TagClassName
{
border-color: #E12F9D;
}
</style>