Shades of Cerise #E12764
Tints of Cerise #E12764
RGB
CMYK
RGB Variations
Color information
#E12764 (or 0xE12764) is known color: Cerise. HEX triplet: E1, 27 and 64. RGB value is (225,39,100). Sum of RGB (Red+Green+Blue) = 225+39+100=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E12764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12764 is #1ED89B. Grayscale: #656565. Windows color (decimal): -2021532 or 6563809. OLE color: 6563809.
HSL color Cylindrical-coordinate representation of color #E12764: hue angle of 340.32º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12764 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 100 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.12 |
| HSL | 340.32º | 0.76% | 0.52% | - |
| HSV(B) | 340.32º | 0.83% | 0.88% | - |
| XYZ | 34.08 | 18.38 | 13.81 | - |
| YUV | 101.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 100 | 0 | 0.83 | 0.56 | 0.12 | 340.32 | 0.76 | 0.52 |
| Hex | E1 | 27 | 64 | 0 | 53 | 38 | C | 154 | 4C | 34 |
| Octal | 341 | 47 | 144 | 0 | 123 | 70 | 14 | 524 | 114 | 64 |
| Binary | 11100001 | 100111 | 1100100 | 0 | 1010011 | 111000 | 1100 | 101010100 | 1001100 | 110100 |
Color Harmonies of #E12764
Complementary color
Monochromatic Colors of #E12764
Black with #E12764
Text Example
Text Example
White with #E12764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12764; }
p { color: rgb(225,39,100); }
H1.HeaderClassName
{
color: #E12764;
}
.AnyTagClassName
{
color: #E12764;
}
</style>
background-color css
<style>
a { background-color: #E12764; }
a { background-color: rgb(225,39,100); }
div.DivClassName
{
background-color: #E12764;
}
.BgClassName
{
background-color: #E12764;
}
</style>
border-color css
<style>
span { border-color: #E12764; }
span { border-color: rgb(225,39,100); }
td.TdClassName
{
border-color: #E12764;
}
.TagClassName
{
border-color: #E12764;
}
</style>