Shades of Deep Cerise #E82092
Tints of Deep Cerise #E82092
RGB
CMYK
RGB Variations
Color information
#E82092 (or 0xE82092) is known color: Deep Cerise. HEX triplet: E8, 20 and 92. RGB value is (232,32,146). Sum of RGB (Red+Green+Blue) = 232+32+146=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E82092 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82092 is #17DF6D. Grayscale: #686868. Windows color (decimal): -1564526 or 9576680. OLE color: 9576680.
HSL color Cylindrical-coordinate representation of color #E82092: hue angle of 325.8º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82092 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 32 | 146 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.09 |
| HSL | 325.8º | 0.81% | 0.52% | - |
| HSV(B) | 325.8º | 0.86% | 0.91% | - |
| XYZ | 38.98 | 20.26 | 29.05 | - |
| YUV | 104.8 | 151.26 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 146 | 0 | 0.86 | 0.37 | 0.09 | 325.8 | 0.81 | 0.52 |
| Hex | E8 | 20 | 92 | 0 | 56 | 25 | 9 | 146 | 51 | 34 |
| Octal | 350 | 40 | 222 | 0 | 126 | 45 | 11 | 506 | 121 | 64 |
| Binary | 11101000 | 100000 | 10010010 | 0 | 1010110 | 100101 | 1001 | 101000110 | 1010001 | 110100 |
Color Harmonies of #E82092
Complementary color
Monochromatic Colors of #E82092
Black with #E82092
Text Example
Text Example
White with #E82092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82092; }
p { color: rgb(232,32,146); }
H1.HeaderClassName
{
color: #E82092;
}
.AnyTagClassName
{
color: #E82092;
}
</style>
background-color css
<style>
a { background-color: #E82092; }
a { background-color: rgb(232,32,146); }
div.DivClassName
{
background-color: #E82092;
}
.BgClassName
{
background-color: #E82092;
}
</style>
border-color css
<style>
span { border-color: #E82092; }
span { border-color: rgb(232,32,146); }
td.TdClassName
{
border-color: #E82092;
}
.TagClassName
{
border-color: #E82092;
}
</style>