Shades of Cerise #E12E5E
Tints of Cerise #E12E5E
RGB
CMYK
RGB Variations
Color information
#E12E5E (or 0xE12E5E) is known color: Cerise. HEX triplet: E1, 2E and 5E. RGB value is (225,46,94). Sum of RGB (Red+Green+Blue) = 225+46+94=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E12E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12E5E is #1ED1A1. Grayscale: #686868. Windows color (decimal): -2019746 or 6172385. OLE color: 6172385.
HSL color Cylindrical-coordinate representation of color #E12E5E: hue angle of 343.91º 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 #E12E5E is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 94 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.12 |
| HSL | 343.91º | 0.75% | 0.53% | - |
| HSV(B) | 343.91º | 0.8% | 0.88% | - |
| XYZ | 34.05 | 18.77 | 12.42 | - |
| YUV | 104.99 | 121.8 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 94 | 0 | 0.80 | 0.58 | 0.12 | 343.91 | 0.75 | 0.53 |
| Hex | E1 | 2E | 5E | 0 | 50 | 3A | C | 158 | 4B | 35 |
| Octal | 341 | 56 | 136 | 0 | 120 | 72 | 14 | 530 | 113 | 65 |
| Binary | 11100001 | 101110 | 1011110 | 0 | 1010000 | 111010 | 1100 | 101011000 | 1001011 | 110101 |
Color Harmonies of #E12E5E
Complementary color
Monochromatic Colors of #E12E5E
Black with #E12E5E
Text Example
Text Example
White with #E12E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12E5E; }
p { color: rgb(225,46,94); }
H1.HeaderClassName
{
color: #E12E5E;
}
.AnyTagClassName
{
color: #E12E5E;
}
</style>
background-color css
<style>
a { background-color: #E12E5E; }
a { background-color: rgb(225,46,94); }
div.DivClassName
{
background-color: #E12E5E;
}
.BgClassName
{
background-color: #E12E5E;
}
</style>
border-color css
<style>
span { border-color: #E12E5E; }
span { border-color: rgb(225,46,94); }
td.TdClassName
{
border-color: #E12E5E;
}
.TagClassName
{
border-color: #E12E5E;
}
</style>