Shades of Cerise #E12966
Tints of Cerise #E12966
RGB
CMYK
RGB Variations
Color information
#E12966 (or 0xE12966) is known color: Cerise. HEX triplet: E1, 29 and 66. RGB value is (225,41,102). Sum of RGB (Red+Green+Blue) = 225+41+102=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E12966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12966 is #1ED699. Grayscale: #666666. Windows color (decimal): -2021018 or 6695393. OLE color: 6695393.
HSL color Cylindrical-coordinate representation of color #E12966: hue angle of 340.11º 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 #E12966 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 41 | 102 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.12 |
| HSL | 340.11º | 0.75% | 0.52% | - |
| HSV(B) | 340.11º | 0.82% | 0.88% | - |
| XYZ | 34.24 | 18.55 | 14.35 | - |
| YUV | 102.97 | 127.46 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 41 | 102 | 0 | 0.82 | 0.55 | 0.12 | 340.11 | 0.75 | 0.52 |
| Hex | E1 | 29 | 66 | 0 | 52 | 37 | C | 154 | 4B | 34 |
| Octal | 341 | 51 | 146 | 0 | 122 | 67 | 14 | 524 | 113 | 64 |
| Binary | 11100001 | 101001 | 1100110 | 0 | 1010010 | 110111 | 1100 | 101010100 | 1001011 | 110100 |
Color Harmonies of #E12966
Complementary color
Monochromatic Colors of #E12966
Black with #E12966
Text Example
Text Example
White with #E12966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12966; }
p { color: rgb(225,41,102); }
H1.HeaderClassName
{
color: #E12966;
}
.AnyTagClassName
{
color: #E12966;
}
</style>
background-color css
<style>
a { background-color: #E12966; }
a { background-color: rgb(225,41,102); }
div.DivClassName
{
background-color: #E12966;
}
.BgClassName
{
background-color: #E12966;
}
</style>
border-color css
<style>
span { border-color: #E12966; }
span { border-color: rgb(225,41,102); }
td.TdClassName
{
border-color: #E12966;
}
.TagClassName
{
border-color: #E12966;
}
</style>