Shades of Deep Cerise #E83290
Tints of Deep Cerise #E83290
RGB
CMYK
RGB Variations
Color information
#E83290 (or 0xE83290) is known color: Deep Cerise. HEX triplet: E8, 32 and 90. RGB value is (232,50,144). Sum of RGB (Red+Green+Blue) = 232+50+144=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E83290 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83290 is #17CD6F. Grayscale: #727272. Windows color (decimal): -1559920 or 9450216. OLE color: 9450216.
HSL color Cylindrical-coordinate representation of color #E83290: hue angle of 329.01º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83290 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 144 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.09 |
| HSL | 329.01º | 0.8% | 0.55% | - |
| HSV(B) | 329.01º | 0.78% | 0.91% | - |
| XYZ | 39.45 | 21.45 | 28.45 | - |
| YUV | 115.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 144 | 0 | 0.78 | 0.38 | 0.09 | 329.01 | 0.8 | 0.55 |
| Hex | E8 | 32 | 90 | 0 | 4E | 26 | 9 | 149 | 50 | 37 |
| Octal | 350 | 62 | 220 | 0 | 116 | 46 | 11 | 511 | 120 | 67 |
| Binary | 11101000 | 110010 | 10010000 | 0 | 1001110 | 100110 | 1001 | 101001001 | 1010000 | 110111 |
Color Harmonies of #E83290
Complementary color
Monochromatic Colors of #E83290
Black with #E83290
Text Example
Text Example
White with #E83290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83290; }
p { color: rgb(232,50,144); }
H1.HeaderClassName
{
color: #E83290;
}
.AnyTagClassName
{
color: #E83290;
}
</style>
background-color css
<style>
a { background-color: #E83290; }
a { background-color: rgb(232,50,144); }
div.DivClassName
{
background-color: #E83290;
}
.BgClassName
{
background-color: #E83290;
}
</style>
border-color css
<style>
span { border-color: #E83290; }
span { border-color: rgb(232,50,144); }
td.TdClassName
{
border-color: #E83290;
}
.TagClassName
{
border-color: #E83290;
}
</style>