Shades of Cerise #E2245C
Tints of Cerise #E2245C
RGB
CMYK
RGB Variations
Color information
#E2245C (or 0xE2245C) is known color: Cerise. HEX triplet: E2, 24 and 5C. RGB value is (226,36,92). Sum of RGB (Red+Green+Blue) = 226+36+92=354 (46% of max value = 765). Red value is 226 (88.67% from 255 or 63.84% from 354); Green value is 36 (14.45% from 255 or 10.17% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 226 - color contains mainly: red. Hex color #E2245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2245C is #1DDBA3. Grayscale: #636363. Windows color (decimal): -1956772 or 6038754. OLE color: 6038754.
HSL color Cylindrical-coordinate representation of color #E2245C: hue angle of 342.32º 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 #E2245C is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 36 | 92 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.11 |
| HSL | 342.32º | 0.77% | 0.51% | - |
| HSV(B) | 342.32º | 0.84% | 0.89% | - |
| XYZ | 33.93 | 18.2 | 11.85 | - |
| YUV | 99.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 92 | 0 | 0.84 | 0.59 | 0.11 | 342.32 | 0.77 | 0.51 |
| Hex | E2 | 24 | 5C | 0 | 54 | 3B | B | 156 | 4D | 33 |
| Octal | 342 | 44 | 134 | 0 | 124 | 73 | 13 | 526 | 115 | 63 |
| Binary | 11100010 | 100100 | 1011100 | 0 | 1010100 | 111011 | 1011 | 101010110 | 1001101 | 110011 |
Color Harmonies of #E2245C
Complementary color
Monochromatic Colors of #E2245C
Black with #E2245C
Text Example
Text Example
White with #E2245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2245C; }
p { color: rgb(226,36,92); }
H1.HeaderClassName
{
color: #E2245C;
}
.AnyTagClassName
{
color: #E2245C;
}
</style>
background-color css
<style>
a { background-color: #E2245C; }
a { background-color: rgb(226,36,92); }
div.DivClassName
{
background-color: #E2245C;
}
.BgClassName
{
background-color: #E2245C;
}
</style>
border-color css
<style>
span { border-color: #E2245C; }
span { border-color: rgb(226,36,92); }
td.TdClassName
{
border-color: #E2245C;
}
.TagClassName
{
border-color: #E2245C;
}
</style>