Shades of Cerise #E12F74
Tints of Cerise #E12F74
RGB
CMYK
RGB Variations
Color information
#E12F74 (or 0xE12F74) is known color: Cerise. HEX triplet: E1, 2F and 74. RGB value is (225,47,116). Sum of RGB (Red+Green+Blue) = 225+47+116=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E12F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12F74 is #1ED08B. Grayscale: #6B6B6B. Windows color (decimal): -2019468 or 7614433. OLE color: 7614433.
HSL color Cylindrical-coordinate representation of color #E12F74: hue angle of 336.74º 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 #E12F74 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 47 | 116 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.12 |
| HSL | 336.74º | 0.75% | 0.53% | - |
| HSV(B) | 336.74º | 0.79% | 0.88% | - |
| XYZ | 35.22 | 19.3 | 18.39 | - |
| YUV | 108.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 47 | 116 | 0 | 0.79 | 0.48 | 0.12 | 336.74 | 0.75 | 0.53 |
| Hex | E1 | 2F | 74 | 0 | 4F | 30 | C | 151 | 4B | 35 |
| Octal | 341 | 57 | 164 | 0 | 117 | 60 | 14 | 521 | 113 | 65 |
| Binary | 11100001 | 101111 | 1110100 | 0 | 1001111 | 110000 | 1100 | 101010001 | 1001011 | 110101 |
Color Harmonies of #E12F74
Complementary color
Monochromatic Colors of #E12F74
Black with #E12F74
Text Example
Text Example
White with #E12F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12F74; }
p { color: rgb(225,47,116); }
H1.HeaderClassName
{
color: #E12F74;
}
.AnyTagClassName
{
color: #E12F74;
}
</style>
background-color css
<style>
a { background-color: #E12F74; }
a { background-color: rgb(225,47,116); }
div.DivClassName
{
background-color: #E12F74;
}
.BgClassName
{
background-color: #E12F74;
}
</style>
border-color css
<style>
span { border-color: #E12F74; }
span { border-color: rgb(225,47,116); }
td.TdClassName
{
border-color: #E12F74;
}
.TagClassName
{
border-color: #E12F74;
}
</style>