Shades of Deep Cerise #E83194
Tints of Deep Cerise #E83194
RGB
CMYK
RGB Variations
Color information
#E83194 (or 0xE83194) is known color: Deep Cerise. HEX triplet: E8, 31 and 94. RGB value is (232,49,148). Sum of RGB (Red+Green+Blue) = 232+49+148=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E83194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83194 is #17CE6B. Grayscale: #727272. Windows color (decimal): -1560172 or 9712104. OLE color: 9712104.
HSL color Cylindrical-coordinate representation of color #E83194: hue angle of 327.54º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E83194 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 148 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.09 |
| HSL | 327.54º | 0.8% | 0.55% | - |
| HSV(B) | 327.54º | 0.79% | 0.91% | - |
| XYZ | 39.72 | 21.49 | 30.07 | - |
| YUV | 115 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 148 | 0 | 0.79 | 0.36 | 0.09 | 327.54 | 0.8 | 0.55 |
| Hex | E8 | 31 | 94 | 0 | 4F | 24 | 9 | 148 | 50 | 37 |
| Octal | 350 | 61 | 224 | 0 | 117 | 44 | 11 | 510 | 120 | 67 |
| Binary | 11101000 | 110001 | 10010100 | 0 | 1001111 | 100100 | 1001 | 101001000 | 1010000 | 110111 |
Color Harmonies of #E83194
Complementary color
Monochromatic Colors of #E83194
Black with #E83194
Text Example
Text Example
White with #E83194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83194; }
p { color: rgb(232,49,148); }
H1.HeaderClassName
{
color: #E83194;
}
.AnyTagClassName
{
color: #E83194;
}
</style>
background-color css
<style>
a { background-color: #E83194; }
a { background-color: rgb(232,49,148); }
div.DivClassName
{
background-color: #E83194;
}
.BgClassName
{
background-color: #E83194;
}
</style>
border-color css
<style>
span { border-color: #E83194; }
span { border-color: rgb(232,49,148); }
td.TdClassName
{
border-color: #E83194;
}
.TagClassName
{
border-color: #E83194;
}
</style>