Shades of Cerise #E8225F
Tints of Cerise #E8225F
RGB
CMYK
RGB Variations
Color information
#E8225F (or 0xE8225F) is known color: Cerise. HEX triplet: E8, 22 and 5F. RGB value is (232,34,95). Sum of RGB (Red+Green+Blue) = 232+34+95=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8225F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8225F is #17DDA0. Grayscale: #646464. Windows color (decimal): -1564065 or 6234856. OLE color: 6234856.
HSL color Cylindrical-coordinate representation of color #E8225F: hue angle of 341.52º 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 #E8225F is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 95 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.09 |
| HSL | 341.52º | 0.81% | 0.52% | - |
| HSV(B) | 341.52º | 0.85% | 0.91% | - |
| XYZ | 35.92 | 19.13 | 12.63 | - |
| YUV | 100.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 95 | 0 | 0.85 | 0.59 | 0.09 | 341.52 | 0.81 | 0.52 |
| Hex | E8 | 22 | 5F | 0 | 55 | 3B | 9 | 156 | 51 | 34 |
| Octal | 350 | 42 | 137 | 0 | 125 | 73 | 11 | 526 | 121 | 64 |
| Binary | 11101000 | 100010 | 1011111 | 0 | 1010101 | 111011 | 1001 | 101010110 | 1010001 | 110100 |
Color Harmonies of #E8225F
Complementary color
Monochromatic Colors of #E8225F
Black with #E8225F
Text Example
Text Example
White with #E8225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8225F; }
p { color: rgb(232,34,95); }
H1.HeaderClassName
{
color: #E8225F;
}
.AnyTagClassName
{
color: #E8225F;
}
</style>
background-color css
<style>
a { background-color: #E8225F; }
a { background-color: rgb(232,34,95); }
div.DivClassName
{
background-color: #E8225F;
}
.BgClassName
{
background-color: #E8225F;
}
</style>
border-color css
<style>
span { border-color: #E8225F; }
span { border-color: rgb(232,34,95); }
td.TdClassName
{
border-color: #E8225F;
}
.TagClassName
{
border-color: #E8225F;
}
</style>