Shades of Cerise #E12B62
Tints of Cerise #E12B62
RGB
CMYK
RGB Variations
Color information
#E12B62 (or 0xE12B62) is known color: Cerise. HEX triplet: E1, 2B and 62. RGB value is (225,43,98). Sum of RGB (Red+Green+Blue) = 225+43+98=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B62 is #1ED49D. Grayscale: #676767. Windows color (decimal): -2020510 or 6433761. OLE color: 6433761.
HSL color Cylindrical-coordinate representation of color #E12B62: hue angle of 341.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12B62 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 43 | 98 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.12 |
| HSL | 341.87º | 0.75% | 0.53% | - |
| HSV(B) | 341.87º | 0.81% | 0.88% | - |
| XYZ | 34.12 | 18.62 | 13.35 | - |
| YUV | 103.69 | 124.8 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 98 | 0 | 0.81 | 0.56 | 0.12 | 341.87 | 0.75 | 0.53 |
| Hex | E1 | 2B | 62 | 0 | 51 | 38 | C | 156 | 4B | 35 |
| Octal | 341 | 53 | 142 | 0 | 121 | 70 | 14 | 526 | 113 | 65 |
| Binary | 11100001 | 101011 | 1100010 | 0 | 1010001 | 111000 | 1100 | 101010110 | 1001011 | 110101 |
Color Harmonies of #E12B62
Complementary color
Monochromatic Colors of #E12B62
Black with #E12B62
Text Example
Text Example
White with #E12B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12B62; }
p { color: rgb(225,43,98); }
H1.HeaderClassName
{
color: #E12B62;
}
.AnyTagClassName
{
color: #E12B62;
}
</style>
background-color css
<style>
a { background-color: #E12B62; }
a { background-color: rgb(225,43,98); }
div.DivClassName
{
background-color: #E12B62;
}
.BgClassName
{
background-color: #E12B62;
}
</style>
border-color css
<style>
span { border-color: #E12B62; }
span { border-color: rgb(225,43,98); }
td.TdClassName
{
border-color: #E12B62;
}
.TagClassName
{
border-color: #E12B62;
}
</style>