Shades of Cerise #E2235C
Tints of Cerise #E2235C
RGB
CMYK
RGB Variations
Color information
#E2235C (or 0xE2235C) is known color: Cerise. HEX triplet: E2, 23 and 5C. RGB value is (226,35,92). Sum of RGB (Red+Green+Blue) = 226+35+92=353 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.02% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 226 - color contains mainly: red. Hex color #E2235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2235C is #1DDCA3. Grayscale: #626262. Windows color (decimal): -1957028 or 6038498. OLE color: 6038498.
HSL color Cylindrical-coordinate representation of color #E2235C: hue angle of 342.09º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2235C is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 35 | 92 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.11 |
| HSL | 342.09º | 0.77% | 0.51% | - |
| HSV(B) | 342.09º | 0.85% | 0.89% | - |
| XYZ | 33.9 | 18.14 | 11.84 | - |
| YUV | 98.61 | 124.28 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 92 | 0 | 0.85 | 0.59 | 0.11 | 342.09 | 0.77 | 0.51 |
| Hex | E2 | 23 | 5C | 0 | 55 | 3B | B | 156 | 4D | 33 |
| Octal | 342 | 43 | 134 | 0 | 125 | 73 | 13 | 526 | 115 | 63 |
| Binary | 11100010 | 100011 | 1011100 | 0 | 1010101 | 111011 | 1011 | 101010110 | 1001101 | 110011 |
Color Harmonies of #E2235C
Complementary color
Monochromatic Colors of #E2235C
Black with #E2235C
Text Example
Text Example
White with #E2235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2235C; }
p { color: rgb(226,35,92); }
H1.HeaderClassName
{
color: #E2235C;
}
.AnyTagClassName
{
color: #E2235C;
}
</style>
background-color css
<style>
a { background-color: #E2235C; }
a { background-color: rgb(226,35,92); }
div.DivClassName
{
background-color: #E2235C;
}
.BgClassName
{
background-color: #E2235C;
}
</style>
border-color css
<style>
span { border-color: #E2235C; }
span { border-color: rgb(226,35,92); }
td.TdClassName
{
border-color: #E2235C;
}
.TagClassName
{
border-color: #E2235C;
}
</style>