Shades of Deep Cerise #E12F88
Tints of Deep Cerise #E12F88
RGB
CMYK
RGB Variations
Color information
#E12F88 (or 0xE12F88) is known color: Deep Cerise. HEX triplet: E1, 2F and 88. RGB value is (225,47,136). Sum of RGB (Red+Green+Blue) = 225+47+136=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F88 is #1ED077. Grayscale: #6E6E6E. Windows color (decimal): -2019448 or 8925153. OLE color: 8925153.
HSL color Cylindrical-coordinate representation of color #E12F88: hue angle of 330º 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 #E12F88 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 136 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.12 |
| HSL | 330º | 0.75% | 0.53% | - |
| HSV(B) | 330º | 0.79% | 0.88% | - |
| XYZ | 36.51 | 19.82 | 25.19 | - |
| YUV | 110.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 136 | 0 | 0.79 | 0.40 | 0.12 | 330 | 0.75 | 0.53 |
| Hex | E1 | 2F | 88 | 0 | 4F | 28 | C | 14A | 4B | 35 |
| Octal | 341 | 57 | 210 | 0 | 117 | 50 | 14 | 512 | 113 | 65 |
| Binary | 11100001 | 101111 | 10001000 | 0 | 1001111 | 101000 | 1100 | 101001010 | 1001011 | 110101 |
Color Harmonies of #E12F88
Complementary color
Monochromatic Colors of #E12F88
Black with #E12F88
Text Example
Text Example
White with #E12F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F88; }
p { color: rgb(225,47,136); }
H1.HeaderClassName
{
color: #E12F88;
}
.AnyTagClassName
{
color: #E12F88;
}
</style>
background-color css
<style>
a { background-color: #E12F88; }
a { background-color: rgb(225,47,136); }
div.DivClassName
{
background-color: #E12F88;
}
.BgClassName
{
background-color: #E12F88;
}
</style>
border-color css
<style>
span { border-color: #E12F88; }
span { border-color: rgb(225,47,136); }
td.TdClassName
{
border-color: #E12F88;
}
.TagClassName
{
border-color: #E12F88;
}
</style>