Shades of Cerise #E12566
Tints of Cerise #E12566
RGB
CMYK
RGB Variations
Color information
#E12566 (or 0xE12566) is known color: Cerise. HEX triplet: E1, 25 and 66. RGB value is (225,37,102). Sum of RGB (Red+Green+Blue) = 225+37+102=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E12566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12566 is #1EDA99. Grayscale: #646464. Windows color (decimal): -2022042 or 6694369. OLE color: 6694369.
HSL color Cylindrical-coordinate representation of color #E12566: hue angle of 339.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12566 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 102 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.12 |
| HSL | 339.26º | 0.76% | 0.51% | - |
| HSV(B) | 339.26º | 0.84% | 0.88% | - |
| XYZ | 34.11 | 18.29 | 14.3 | - |
| YUV | 100.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 102 | 0 | 0.84 | 0.55 | 0.12 | 339.26 | 0.76 | 0.51 |
| Hex | E1 | 25 | 66 | 0 | 54 | 37 | C | 153 | 4C | 33 |
| Octal | 341 | 45 | 146 | 0 | 124 | 67 | 14 | 523 | 114 | 63 |
| Binary | 11100001 | 100101 | 1100110 | 0 | 1010100 | 110111 | 1100 | 101010011 | 1001100 | 110011 |
Color Harmonies of #E12566
Complementary color
Monochromatic Colors of #E12566
Black with #E12566
Text Example
Text Example
White with #E12566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12566; }
p { color: rgb(225,37,102); }
H1.HeaderClassName
{
color: #E12566;
}
.AnyTagClassName
{
color: #E12566;
}
</style>
background-color css
<style>
a { background-color: #E12566; }
a { background-color: rgb(225,37,102); }
div.DivClassName
{
background-color: #E12566;
}
.BgClassName
{
background-color: #E12566;
}
</style>
border-color css
<style>
span { border-color: #E12566; }
span { border-color: rgb(225,37,102); }
td.TdClassName
{
border-color: #E12566;
}
.TagClassName
{
border-color: #E12566;
}
</style>