Shades of Cerise #E82E5E
Tints of Cerise #E82E5E
RGB
CMYK
RGB Variations
Color information
#E82E5E (or 0xE82E5E) is known color: Cerise. HEX triplet: E8, 2E and 5E. RGB value is (232,46,94). Sum of RGB (Red+Green+Blue) = 232+46+94=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E82E5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E82E5E is #17D1A1. Grayscale: #6B6B6B. Windows color (decimal): -1560994 or 6172392. OLE color: 6172392.
HSL color Cylindrical-coordinate representation of color #E82E5E: hue angle of 344.52º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82E5E is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 46 | 94 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.09 |
| HSL | 344.52º | 0.8% | 0.55% | - |
| HSV(B) | 344.52º | 0.8% | 0.91% | - |
| XYZ | 36.28 | 19.92 | 12.52 | - |
| YUV | 107.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 46 | 94 | 0 | 0.80 | 0.59 | 0.09 | 344.52 | 0.8 | 0.55 |
| Hex | E8 | 2E | 5E | 0 | 50 | 3B | 9 | 159 | 50 | 37 |
| Octal | 350 | 56 | 136 | 0 | 120 | 73 | 11 | 531 | 120 | 67 |
| Binary | 11101000 | 101110 | 1011110 | 0 | 1010000 | 111011 | 1001 | 101011001 | 1010000 | 110111 |
Color Harmonies of #E82E5E
Complementary color
Monochromatic Colors of #E82E5E
Black with #E82E5E
Text Example
Text Example
White with #E82E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82E5E; }
p { color: rgb(232,46,94); }
H1.HeaderClassName
{
color: #E82E5E;
}
.AnyTagClassName
{
color: #E82E5E;
}
</style>
background-color css
<style>
a { background-color: #E82E5E; }
a { background-color: rgb(232,46,94); }
div.DivClassName
{
background-color: #E82E5E;
}
.BgClassName
{
background-color: #E82E5E;
}
</style>
border-color css
<style>
span { border-color: #E82E5E; }
span { border-color: rgb(232,46,94); }
td.TdClassName
{
border-color: #E82E5E;
}
.TagClassName
{
border-color: #E82E5E;
}
</style>