Shades of Deep Cerise #E82993
Tints of Deep Cerise #E82993
RGB
CMYK
RGB Variations
Color information
#E82993 (or 0xE82993) is known color: Deep Cerise. HEX triplet: E8, 29 and 93. RGB value is (232,41,147). Sum of RGB (Red+Green+Blue) = 232+41+147=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E82993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82993 is #17D66C. Grayscale: #6D6D6D. Windows color (decimal): -1562221 or 9644520. OLE color: 9644520.
HSL color Cylindrical-coordinate representation of color #E82993: hue angle of 326.7º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E82993 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 41 | 147 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.09 |
| HSL | 326.7º | 0.81% | 0.54% | - |
| HSV(B) | 326.7º | 0.82% | 0.91% | - |
| XYZ | 39.34 | 20.85 | 29.55 | - |
| YUV | 110.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 41 | 147 | 0 | 0.82 | 0.37 | 0.09 | 326.7 | 0.81 | 0.54 |
| Hex | E8 | 29 | 93 | 0 | 52 | 25 | 9 | 147 | 51 | 36 |
| Octal | 350 | 51 | 223 | 0 | 122 | 45 | 11 | 507 | 121 | 66 |
| Binary | 11101000 | 101001 | 10010011 | 0 | 1010010 | 100101 | 1001 | 101000111 | 1010001 | 110110 |
Color Harmonies of #E82993
Complementary color
Monochromatic Colors of #E82993
Black with #E82993
Text Example
Text Example
White with #E82993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82993; }
p { color: rgb(232,41,147); }
H1.HeaderClassName
{
color: #E82993;
}
.AnyTagClassName
{
color: #E82993;
}
</style>
background-color css
<style>
a { background-color: #E82993; }
a { background-color: rgb(232,41,147); }
div.DivClassName
{
background-color: #E82993;
}
.BgClassName
{
background-color: #E82993;
}
</style>
border-color css
<style>
span { border-color: #E82993; }
span { border-color: rgb(232,41,147); }
td.TdClassName
{
border-color: #E82993;
}
.TagClassName
{
border-color: #E82993;
}
</style>