Shades of Cerise #E12565
Tints of Cerise #E12565
RGB
CMYK
RGB Variations
Color information
#E12565 (or 0xE12565) is known color: Cerise. HEX triplet: E1, 25 and 65. RGB value is (225,37,101). Sum of RGB (Red+Green+Blue) = 225+37+101=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E12565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12565 is #1EDA9A. Grayscale: #646464. Windows color (decimal): -2022043 or 6628833. OLE color: 6628833.
HSL color Cylindrical-coordinate representation of color #E12565: hue angle of 339.57º 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 #E12565 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 101 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.12 |
| HSL | 339.57º | 0.76% | 0.51% | - |
| HSV(B) | 339.57º | 0.84% | 0.88% | - |
| XYZ | 34.06 | 18.27 | 14.04 | - |
| YUV | 100.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 101 | 0 | 0.84 | 0.55 | 0.12 | 339.57 | 0.76 | 0.51 |
| Hex | E1 | 25 | 65 | 0 | 54 | 37 | C | 154 | 4C | 33 |
| Octal | 341 | 45 | 145 | 0 | 124 | 67 | 14 | 524 | 114 | 63 |
| Binary | 11100001 | 100101 | 1100101 | 0 | 1010100 | 110111 | 1100 | 101010100 | 1001100 | 110011 |
Color Harmonies of #E12565
Complementary color
Monochromatic Colors of #E12565
Black with #E12565
Text Example
Text Example
White with #E12565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12565; }
p { color: rgb(225,37,101); }
H1.HeaderClassName
{
color: #E12565;
}
.AnyTagClassName
{
color: #E12565;
}
</style>
background-color css
<style>
a { background-color: #E12565; }
a { background-color: rgb(225,37,101); }
div.DivClassName
{
background-color: #E12565;
}
.BgClassName
{
background-color: #E12565;
}
</style>
border-color css
<style>
span { border-color: #E12565; }
span { border-color: rgb(225,37,101); }
td.TdClassName
{
border-color: #E12565;
}
.TagClassName
{
border-color: #E12565;
}
</style>