Shades of Deep Cerise #E12F8F
Tints of Deep Cerise #E12F8F
RGB
CMYK
RGB Variations
Color information
#E12F8F (or 0xE12F8F) is known color: Deep Cerise. HEX triplet: E1, 2F and 8F. RGB value is (225,47,143). Sum of RGB (Red+Green+Blue) = 225+47+143=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12F8F is #1ED070. Grayscale: #6E6E6E. Windows color (decimal): -2019441 or 9383905. OLE color: 9383905.
HSL color Cylindrical-coordinate representation of color #E12F8F: hue angle of 327.64º 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 #E12F8F is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 143 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.12 |
| HSL | 327.64º | 0.75% | 0.53% | - |
| HSV(B) | 327.64º | 0.79% | 0.88% | - |
| XYZ | 37.03 | 20.02 | 27.9 | - |
| YUV | 111.17 | 145.97 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 143 | 0 | 0.79 | 0.36 | 0.12 | 327.64 | 0.75 | 0.53 |
| Hex | E1 | 2F | 8F | 0 | 4F | 24 | C | 148 | 4B | 35 |
| Octal | 341 | 57 | 217 | 0 | 117 | 44 | 14 | 510 | 113 | 65 |
| Binary | 11100001 | 101111 | 10001111 | 0 | 1001111 | 100100 | 1100 | 101001000 | 1001011 | 110101 |
Color Harmonies of #E12F8F
Complementary color
Monochromatic Colors of #E12F8F
Black with #E12F8F
Text Example
Text Example
White with #E12F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F8F; }
p { color: rgb(225,47,143); }
H1.HeaderClassName
{
color: #E12F8F;
}
.AnyTagClassName
{
color: #E12F8F;
}
</style>
background-color css
<style>
a { background-color: #E12F8F; }
a { background-color: rgb(225,47,143); }
div.DivClassName
{
background-color: #E12F8F;
}
.BgClassName
{
background-color: #E12F8F;
}
</style>
border-color css
<style>
span { border-color: #E12F8F; }
span { border-color: rgb(225,47,143); }
td.TdClassName
{
border-color: #E12F8F;
}
.TagClassName
{
border-color: #E12F8F;
}
</style>