Shades of Cerise #E12C64
Tints of Cerise #E12C64
RGB
CMYK
RGB Variations
Color information
#E12C64 (or 0xE12C64) is known color: Cerise. HEX triplet: E1, 2C and 64. RGB value is (225,44,100). Sum of RGB (Red+Green+Blue) = 225+44+100=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E12C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12C64 is #1ED39B. Grayscale: #686868. Windows color (decimal): -2020252 or 6565089. OLE color: 6565089.
HSL color Cylindrical-coordinate representation of color #E12C64: hue angle of 341.44º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12C64 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 44 | 100 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.12 |
| HSL | 341.44º | 0.75% | 0.53% | - |
| HSV(B) | 341.44º | 0.8% | 0.88% | - |
| XYZ | 34.25 | 18.73 | 13.87 | - |
| YUV | 104.5 | 125.47 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 44 | 100 | 0 | 0.80 | 0.56 | 0.12 | 341.44 | 0.75 | 0.53 |
| Hex | E1 | 2C | 64 | 0 | 50 | 38 | C | 155 | 4B | 35 |
| Octal | 341 | 54 | 144 | 0 | 120 | 70 | 14 | 525 | 113 | 65 |
| Binary | 11100001 | 101100 | 1100100 | 0 | 1010000 | 111000 | 1100 | 101010101 | 1001011 | 110101 |
Color Harmonies of #E12C64
Complementary color
Monochromatic Colors of #E12C64
Black with #E12C64
Text Example
Text Example
White with #E12C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12C64; }
p { color: rgb(225,44,100); }
H1.HeaderClassName
{
color: #E12C64;
}
.AnyTagClassName
{
color: #E12C64;
}
</style>
background-color css
<style>
a { background-color: #E12C64; }
a { background-color: rgb(225,44,100); }
div.DivClassName
{
background-color: #E12C64;
}
.BgClassName
{
background-color: #E12C64;
}
</style>
border-color css
<style>
span { border-color: #E12C64; }
span { border-color: rgb(225,44,100); }
td.TdClassName
{
border-color: #E12C64;
}
.TagClassName
{
border-color: #E12C64;
}
</style>