Shades of Cerise #E12E65
Tints of Cerise #E12E65
RGB
CMYK
RGB Variations
Color information
#E12E65 (or 0xE12E65) is known color: Cerise. HEX triplet: E1, 2E and 65. RGB value is (225,46,101). Sum of RGB (Red+Green+Blue) = 225+46+101=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E65 is #1ED19A. Grayscale: #696969. Windows color (decimal): -2019739 or 6631137. OLE color: 6631137.
HSL color Cylindrical-coordinate representation of color #E12E65: hue angle of 341.56º 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 #E12E65 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 101 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.12 |
| HSL | 341.56º | 0.75% | 0.53% | - |
| HSV(B) | 341.56º | 0.8% | 0.88% | - |
| XYZ | 34.38 | 18.9 | 14.15 | - |
| YUV | 105.79 | 125.3 | 213.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 101 | 0 | 0.80 | 0.55 | 0.12 | 341.56 | 0.75 | 0.53 |
| Hex | E1 | 2E | 65 | 0 | 50 | 37 | C | 156 | 4B | 35 |
| Octal | 341 | 56 | 145 | 0 | 120 | 67 | 14 | 526 | 113 | 65 |
| Binary | 11100001 | 101110 | 1100101 | 0 | 1010000 | 110111 | 1100 | 101010110 | 1001011 | 110101 |
Color Harmonies of #E12E65
Complementary color
Monochromatic Colors of #E12E65
Black with #E12E65
Text Example
Text Example
White with #E12E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12E65; }
p { color: rgb(225,46,101); }
H1.HeaderClassName
{
color: #E12E65;
}
.AnyTagClassName
{
color: #E12E65;
}
</style>
background-color css
<style>
a { background-color: #E12E65; }
a { background-color: rgb(225,46,101); }
div.DivClassName
{
background-color: #E12E65;
}
.BgClassName
{
background-color: #E12E65;
}
</style>
border-color css
<style>
span { border-color: #E12E65; }
span { border-color: rgb(225,46,101); }
td.TdClassName
{
border-color: #E12E65;
}
.TagClassName
{
border-color: #E12E65;
}
</style>