Shades of Deep Cerise #E82192
Tints of Deep Cerise #E82192
RGB
CMYK
RGB Variations
Color information
#E82192 (or 0xE82192) is known color: Deep Cerise. HEX triplet: E8, 21 and 92. RGB value is (232,33,146). Sum of RGB (Red+Green+Blue) = 232+33+146=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E82192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82192 is #17DE6D. Grayscale: #696969. Windows color (decimal): -1564270 or 9576936. OLE color: 9576936.
HSL color Cylindrical-coordinate representation of color #E82192: hue angle of 325.93º 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 #E82192 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.09 |
| HSL | 325.93º | 0.81% | 0.52% | - |
| HSV(B) | 325.93º | 0.86% | 0.91% | - |
| XYZ | 39.01 | 20.32 | 29.06 | - |
| YUV | 105.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 146 | 0 | 0.86 | 0.37 | 0.09 | 325.93 | 0.81 | 0.52 |
| Hex | E8 | 21 | 92 | 0 | 56 | 25 | 9 | 146 | 51 | 34 |
| Octal | 350 | 41 | 222 | 0 | 126 | 45 | 11 | 506 | 121 | 64 |
| Binary | 11101000 | 100001 | 10010010 | 0 | 1010110 | 100101 | 1001 | 101000110 | 1010001 | 110100 |
Color Harmonies of #E82192
Complementary color
Monochromatic Colors of #E82192
Black with #E82192
Text Example
Text Example
White with #E82192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82192; }
p { color: rgb(232,33,146); }
H1.HeaderClassName
{
color: #E82192;
}
.AnyTagClassName
{
color: #E82192;
}
</style>
background-color css
<style>
a { background-color: #E82192; }
a { background-color: rgb(232,33,146); }
div.DivClassName
{
background-color: #E82192;
}
.BgClassName
{
background-color: #E82192;
}
</style>
border-color css
<style>
span { border-color: #E82192; }
span { border-color: rgb(232,33,146); }
td.TdClassName
{
border-color: #E82192;
}
.TagClassName
{
border-color: #E82192;
}
</style>