Shades of Deep Cerise #E12C9F
Tints of Deep Cerise #E12C9F
RGB
CMYK
RGB Variations
Color information
#E12C9F (or 0xE12C9F) is known color: Deep Cerise. HEX triplet: E1, 2C and 9F. RGB value is (225,44,159). Sum of RGB (Red+Green+Blue) = 225+44+159=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 44 (17.58% from 255 or 10.28% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E12C9F is #1ED360. Grayscale: #6E6E6E. Windows color (decimal): -2020193 or 10431713. OLE color: 10431713.
HSL color Cylindrical-coordinate representation of color #E12C9F: hue angle of 321.88º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C9F is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 159 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.12 |
| HSL | 321.88º | 0.75% | 0.53% | - |
| HSV(B) | 321.88º | 0.8% | 0.88% | - |
| XYZ | 38.21 | 20.31 | 34.71 | - |
| YUV | 111.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 159 | 0 | 0.80 | 0.29 | 0.12 | 321.88 | 0.75 | 0.53 |
| Hex | E1 | 2C | 9F | 0 | 50 | 1D | C | 142 | 4B | 35 |
| Octal | 341 | 54 | 237 | 0 | 120 | 35 | 14 | 502 | 113 | 65 |
| Binary | 11100001 | 101100 | 10011111 | 0 | 1010000 | 11101 | 1100 | 101000010 | 1001011 | 110101 |
Color Harmonies of #E12C9F
Complementary color
Monochromatic Colors of #E12C9F
Black with #E12C9F
Text Example
Text Example
White with #E12C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C9F; }
p { color: rgb(225,44,159); }
H1.HeaderClassName
{
color: #E12C9F;
}
.AnyTagClassName
{
color: #E12C9F;
}
</style>
background-color css
<style>
a { background-color: #E12C9F; }
a { background-color: rgb(225,44,159); }
div.DivClassName
{
background-color: #E12C9F;
}
.BgClassName
{
background-color: #E12C9F;
}
</style>
border-color css
<style>
span { border-color: #E12C9F; }
span { border-color: rgb(225,44,159); }
td.TdClassName
{
border-color: #E12C9F;
}
.TagClassName
{
border-color: #E12C9F;
}
</style>