Shades of Deep Cerise #E12F76
Tints of Deep Cerise #E12F76
RGB
CMYK
RGB Variations
Color information
#E12F76 (or 0xE12F76) is known color: Deep Cerise. HEX triplet: E1, 2F and 76. RGB value is (225,47,118). Sum of RGB (Red+Green+Blue) = 225+47+118=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F76 is #1ED089. Grayscale: #6C6C6C. Windows color (decimal): -2019466 or 7745505. OLE color: 7745505.
HSL color Cylindrical-coordinate representation of color #E12F76: hue angle of 336.07º 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 #E12F76 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 118 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.12 |
| HSL | 336.07º | 0.75% | 0.53% | - |
| HSV(B) | 336.07º | 0.79% | 0.88% | - |
| XYZ | 35.34 | 19.35 | 19.01 | - |
| YUV | 108.32 | 133.47 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 118 | 0 | 0.79 | 0.48 | 0.12 | 336.07 | 0.75 | 0.53 |
| Hex | E1 | 2F | 76 | 0 | 4F | 30 | C | 150 | 4B | 35 |
| Octal | 341 | 57 | 166 | 0 | 117 | 60 | 14 | 520 | 113 | 65 |
| Binary | 11100001 | 101111 | 1110110 | 0 | 1001111 | 110000 | 1100 | 101010000 | 1001011 | 110101 |
Color Harmonies of #E12F76
Complementary color
Monochromatic Colors of #E12F76
Black with #E12F76
Text Example
Text Example
White with #E12F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F76; }
p { color: rgb(225,47,118); }
H1.HeaderClassName
{
color: #E12F76;
}
.AnyTagClassName
{
color: #E12F76;
}
</style>
background-color css
<style>
a { background-color: #E12F76; }
a { background-color: rgb(225,47,118); }
div.DivClassName
{
background-color: #E12F76;
}
.BgClassName
{
background-color: #E12F76;
}
</style>
border-color css
<style>
span { border-color: #E12F76; }
span { border-color: rgb(225,47,118); }
td.TdClassName
{
border-color: #E12F76;
}
.TagClassName
{
border-color: #E12F76;
}
</style>