Shades of Cerise #E12464
Tints of Cerise #E12464
RGB
CMYK
RGB Variations
Color information
#E12464 (or 0xE12464) is known color: Cerise. HEX triplet: E1, 24 and 64. RGB value is (225,36,100). Sum of RGB (Red+Green+Blue) = 225+36+100=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E12464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12464 is #1EDB9B. Grayscale: #636363. Windows color (decimal): -2022300 or 6563041. OLE color: 6563041.
HSL color Cylindrical-coordinate representation of color #E12464: hue angle of 339.68º 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 #E12464 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 100 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.12 |
| HSL | 339.68º | 0.76% | 0.51% | - |
| HSV(B) | 339.68º | 0.84% | 0.88% | - |
| XYZ | 33.98 | 18.19 | 13.78 | - |
| YUV | 99.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 100 | 0 | 0.84 | 0.56 | 0.12 | 339.68 | 0.76 | 0.51 |
| Hex | E1 | 24 | 64 | 0 | 54 | 38 | C | 154 | 4C | 33 |
| Octal | 341 | 44 | 144 | 0 | 124 | 70 | 14 | 524 | 114 | 63 |
| Binary | 11100001 | 100100 | 1100100 | 0 | 1010100 | 111000 | 1100 | 101010100 | 1001100 | 110011 |
Color Harmonies of #E12464
Complementary color
Monochromatic Colors of #E12464
Black with #E12464
Text Example
Text Example
White with #E12464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12464; }
p { color: rgb(225,36,100); }
H1.HeaderClassName
{
color: #E12464;
}
.AnyTagClassName
{
color: #E12464;
}
</style>
background-color css
<style>
a { background-color: #E12464; }
a { background-color: rgb(225,36,100); }
div.DivClassName
{
background-color: #E12464;
}
.BgClassName
{
background-color: #E12464;
}
</style>
border-color css
<style>
span { border-color: #E12464; }
span { border-color: rgb(225,36,100); }
td.TdClassName
{
border-color: #E12464;
}
.TagClassName
{
border-color: #E12464;
}
</style>