Shades of Cerise #E12871
Tints of Cerise #E12871
RGB
CMYK
RGB Variations
Color information
#E12871 (or 0xE12871) is known color: Cerise. HEX triplet: E1, 28 and 71. RGB value is (225,40,113). Sum of RGB (Red+Green+Blue) = 225+40+113=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E12871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12871 is #1ED78E. Grayscale: #676767. Windows color (decimal): -2021263 or 7416033. OLE color: 7416033.
HSL color Cylindrical-coordinate representation of color #E12871: hue angle of 336.32º 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 #E12871 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 113 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.12 |
| HSL | 336.32º | 0.76% | 0.52% | - |
| HSV(B) | 336.32º | 0.82% | 0.88% | - |
| XYZ | 34.79 | 18.72 | 17.4 | - |
| YUV | 103.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 113 | 0 | 0.82 | 0.50 | 0.12 | 336.32 | 0.76 | 0.52 |
| Hex | E1 | 28 | 71 | 0 | 52 | 32 | C | 150 | 4C | 34 |
| Octal | 341 | 50 | 161 | 0 | 122 | 62 | 14 | 520 | 114 | 64 |
| Binary | 11100001 | 101000 | 1110001 | 0 | 1010010 | 110010 | 1100 | 101010000 | 1001100 | 110100 |
Color Harmonies of #E12871
Complementary color
Monochromatic Colors of #E12871
Black with #E12871
Text Example
Text Example
White with #E12871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12871; }
p { color: rgb(225,40,113); }
H1.HeaderClassName
{
color: #E12871;
}
.AnyTagClassName
{
color: #E12871;
}
</style>
background-color css
<style>
a { background-color: #E12871; }
a { background-color: rgb(225,40,113); }
div.DivClassName
{
background-color: #E12871;
}
.BgClassName
{
background-color: #E12871;
}
</style>
border-color css
<style>
span { border-color: #E12871; }
span { border-color: rgb(225,40,113); }
td.TdClassName
{
border-color: #E12871;
}
.TagClassName
{
border-color: #E12871;
}
</style>