Shades of Cerise #E12971
Tints of Cerise #E12971
RGB
CMYK
RGB Variations
Color information
#E12971 (or 0xE12971) is known color: Cerise. HEX triplet: E1, 29 and 71. RGB value is (225,41,113). Sum of RGB (Red+Green+Blue) = 225+41+113=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E12971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12971 is #1ED68E. Grayscale: #686868. Windows color (decimal): -2021007 or 7416289. OLE color: 7416289.
HSL color Cylindrical-coordinate representation of color #E12971: hue angle of 336.52º degrees, saturation: 0.75, 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 #E12971 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 113 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.12 |
| HSL | 336.52º | 0.75% | 0.52% | - |
| HSV(B) | 336.52º | 0.82% | 0.88% | - |
| XYZ | 34.82 | 18.79 | 17.41 | - |
| YUV | 104.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 113 | 0 | 0.82 | 0.50 | 0.12 | 336.52 | 0.75 | 0.52 |
| Hex | E1 | 29 | 71 | 0 | 52 | 32 | C | 151 | 4B | 34 |
| Octal | 341 | 51 | 161 | 0 | 122 | 62 | 14 | 521 | 113 | 64 |
| Binary | 11100001 | 101001 | 1110001 | 0 | 1010010 | 110010 | 1100 | 101010001 | 1001011 | 110100 |
Color Harmonies of #E12971
Complementary color
Monochromatic Colors of #E12971
Black with #E12971
Text Example
Text Example
White with #E12971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12971; }
p { color: rgb(225,41,113); }
H1.HeaderClassName
{
color: #E12971;
}
.AnyTagClassName
{
color: #E12971;
}
</style>
background-color css
<style>
a { background-color: #E12971; }
a { background-color: rgb(225,41,113); }
div.DivClassName
{
background-color: #E12971;
}
.BgClassName
{
background-color: #E12971;
}
</style>
border-color css
<style>
span { border-color: #E12971; }
span { border-color: rgb(225,41,113); }
td.TdClassName
{
border-color: #E12971;
}
.TagClassName
{
border-color: #E12971;
}
</style>