Shades of Cerise #E8225E
Tints of Cerise #E8225E
RGB
CMYK
RGB Variations
Color information
#E8225E (or 0xE8225E) is known color: Cerise. HEX triplet: E8, 22 and 5E. RGB value is (232,34,94). Sum of RGB (Red+Green+Blue) = 232+34+94=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8225E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8225E is #17DDA1. Grayscale: #646464. Windows color (decimal): -1564066 or 6169320. OLE color: 6169320.
HSL color Cylindrical-coordinate representation of color #E8225E: hue angle of 341.82º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8225E is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 94 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.09 |
| HSL | 341.82º | 0.81% | 0.52% | - |
| HSV(B) | 341.82º | 0.85% | 0.91% | - |
| XYZ | 35.87 | 19.11 | 12.39 | - |
| YUV | 100.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 94 | 0 | 0.85 | 0.59 | 0.09 | 341.82 | 0.81 | 0.52 |
| Hex | E8 | 22 | 5E | 0 | 55 | 3B | 9 | 156 | 51 | 34 |
| Octal | 350 | 42 | 136 | 0 | 125 | 73 | 11 | 526 | 121 | 64 |
| Binary | 11101000 | 100010 | 1011110 | 0 | 1010101 | 111011 | 1001 | 101010110 | 1010001 | 110100 |
Color Harmonies of #E8225E
Complementary color
Monochromatic Colors of #E8225E
Black with #E8225E
Text Example
Text Example
White with #E8225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8225E; }
p { color: rgb(232,34,94); }
H1.HeaderClassName
{
color: #E8225E;
}
.AnyTagClassName
{
color: #E8225E;
}
</style>
background-color css
<style>
a { background-color: #E8225E; }
a { background-color: rgb(232,34,94); }
div.DivClassName
{
background-color: #E8225E;
}
.BgClassName
{
background-color: #E8225E;
}
</style>
border-color css
<style>
span { border-color: #E8225E; }
span { border-color: rgb(232,34,94); }
td.TdClassName
{
border-color: #E8225E;
}
.TagClassName
{
border-color: #E8225E;
}
</style>