Shades of Cerise #E2245E
Tints of Cerise #E2245E
RGB
CMYK
RGB Variations
Color information
#E2245E (or 0xE2245E) is known color: Cerise. HEX triplet: E2, 24 and 5E. RGB value is (226,36,94). Sum of RGB (Red+Green+Blue) = 226+36+94=356 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.48% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 226 - color contains mainly: red. Hex color #E2245E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2245E is #1DDBA1. Grayscale: #636363. Windows color (decimal): -1956770 or 6169826. OLE color: 6169826.
HSL color Cylindrical-coordinate representation of color #E2245E: hue angle of 341.68º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2245E is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 94 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.11 |
| HSL | 341.68º | 0.77% | 0.51% | - |
| HSV(B) | 341.68º | 0.84% | 0.89% | - |
| XYZ | 34.02 | 18.24 | 12.32 | - |
| YUV | 99.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 94 | 0 | 0.84 | 0.58 | 0.11 | 341.68 | 0.77 | 0.51 |
| Hex | E2 | 24 | 5E | 0 | 54 | 3A | B | 156 | 4D | 33 |
| Octal | 342 | 44 | 136 | 0 | 124 | 72 | 13 | 526 | 115 | 63 |
| Binary | 11100010 | 100100 | 1011110 | 0 | 1010100 | 111010 | 1011 | 101010110 | 1001101 | 110011 |
Color Harmonies of #E2245E
Complementary color
Monochromatic Colors of #E2245E
Black with #E2245E
Text Example
Text Example
White with #E2245E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2245E; }
p { color: rgb(226,36,94); }
H1.HeaderClassName
{
color: #E2245E;
}
.AnyTagClassName
{
color: #E2245E;
}
</style>
background-color css
<style>
a { background-color: #E2245E; }
a { background-color: rgb(226,36,94); }
div.DivClassName
{
background-color: #E2245E;
}
.BgClassName
{
background-color: #E2245E;
}
</style>
border-color css
<style>
span { border-color: #E2245E; }
span { border-color: rgb(226,36,94); }
td.TdClassName
{
border-color: #E2245E;
}
.TagClassName
{
border-color: #E2245E;
}
</style>