Shades of Cerise #E12872
Tints of Cerise #E12872
RGB
CMYK
RGB Variations
Color information
#E12872 (or 0xE12872) is known color: Cerise. HEX triplet: E1, 28 and 72. RGB value is (225,40,114). Sum of RGB (Red+Green+Blue) = 225+40+114=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E12872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12872 is #1ED78D. Grayscale: #676767. Windows color (decimal): -2021262 or 7481569. OLE color: 7481569.
HSL color Cylindrical-coordinate representation of color #E12872: hue angle of 336º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12872 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 114 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.12 |
| HSL | 336º | 0.76% | 0.52% | - |
| HSV(B) | 336º | 0.82% | 0.88% | - |
| XYZ | 34.85 | 18.74 | 17.7 | - |
| YUV | 103.75 | 133.79 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 114 | 0 | 0.82 | 0.49 | 0.12 | 336 | 0.76 | 0.52 |
| Hex | E1 | 28 | 72 | 0 | 52 | 31 | C | 150 | 4C | 34 |
| Octal | 341 | 50 | 162 | 0 | 122 | 61 | 14 | 520 | 114 | 64 |
| Binary | 11100001 | 101000 | 1110010 | 0 | 1010010 | 110001 | 1100 | 101010000 | 1001100 | 110100 |
Color Harmonies of #E12872
Complementary color
Monochromatic Colors of #E12872
Black with #E12872
Text Example
Text Example
White with #E12872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12872; }
p { color: rgb(225,40,114); }
H1.HeaderClassName
{
color: #E12872;
}
.AnyTagClassName
{
color: #E12872;
}
</style>
background-color css
<style>
a { background-color: #E12872; }
a { background-color: rgb(225,40,114); }
div.DivClassName
{
background-color: #E12872;
}
.BgClassName
{
background-color: #E12872;
}
</style>
border-color css
<style>
span { border-color: #E12872; }
span { border-color: rgb(225,40,114); }
td.TdClassName
{
border-color: #E12872;
}
.TagClassName
{
border-color: #E12872;
}
</style>