Shades of Cerise #E12660
Tints of Cerise #E12660
RGB
CMYK
RGB Variations
Color information
#E12660 (or 0xE12660) is known color: Cerise. HEX triplet: E1, 26 and 60. RGB value is (225,38,96). Sum of RGB (Red+Green+Blue) = 225+38+96=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E12660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12660 is #1ED99F. Grayscale: #646464. Windows color (decimal): -2021792 or 6301409. OLE color: 6301409.
HSL color Cylindrical-coordinate representation of color #E12660: hue angle of 341.39º 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 #E12660 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 38 | 96 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.12 |
| HSL | 341.39º | 0.76% | 0.52% | - |
| HSV(B) | 341.39º | 0.83% | 0.88% | - |
| XYZ | 33.86 | 18.24 | 12.8 | - |
| YUV | 100.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 38 | 96 | 0 | 0.83 | 0.57 | 0.12 | 341.39 | 0.76 | 0.52 |
| Hex | E1 | 26 | 60 | 0 | 53 | 39 | C | 155 | 4C | 34 |
| Octal | 341 | 46 | 140 | 0 | 123 | 71 | 14 | 525 | 114 | 64 |
| Binary | 11100001 | 100110 | 1100000 | 0 | 1010011 | 111001 | 1100 | 101010101 | 1001100 | 110100 |
Color Harmonies of #E12660
Complementary color
Monochromatic Colors of #E12660
Black with #E12660
Text Example
Text Example
White with #E12660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12660; }
p { color: rgb(225,38,96); }
H1.HeaderClassName
{
color: #E12660;
}
.AnyTagClassName
{
color: #E12660;
}
</style>
background-color css
<style>
a { background-color: #E12660; }
a { background-color: rgb(225,38,96); }
div.DivClassName
{
background-color: #E12660;
}
.BgClassName
{
background-color: #E12660;
}
</style>
border-color css
<style>
span { border-color: #E12660; }
span { border-color: rgb(225,38,96); }
td.TdClassName
{
border-color: #E12660;
}
.TagClassName
{
border-color: #E12660;
}
</style>