Shades of Deep Cerise #E83480
Tints of Deep Cerise #E83480
RGB
CMYK
RGB Variations
Color information
#E83480 (or 0xE83480) is known color: Deep Cerise. HEX triplet: E8, 34 and 80. RGB value is (232,52,128). Sum of RGB (Red+Green+Blue) = 232+52+128=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E83480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83480 is #17CB7F. Grayscale: #727272. Windows color (decimal): -1559424 or 8402152. OLE color: 8402152.
HSL color Cylindrical-coordinate representation of color #E83480: hue angle of 334.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E83480 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 128 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.09 |
| HSL | 334.67º | 0.8% | 0.56% | - |
| HSV(B) | 334.67º | 0.78% | 0.91% | - |
| XYZ | 38.4 | 21.17 | 22.48 | - |
| YUV | 114.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 128 | 0 | 0.78 | 0.45 | 0.09 | 334.67 | 0.8 | 0.56 |
| Hex | E8 | 34 | 80 | 0 | 4E | 2D | 9 | 14F | 50 | 38 |
| Octal | 350 | 64 | 200 | 0 | 116 | 55 | 11 | 517 | 120 | 70 |
| Binary | 11101000 | 110100 | 10000000 | 0 | 1001110 | 101101 | 1001 | 101001111 | 1010000 | 111000 |
Color Harmonies of #E83480
Complementary color
Monochromatic Colors of #E83480
Black with #E83480
Text Example
Text Example
White with #E83480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83480; }
p { color: rgb(232,52,128); }
H1.HeaderClassName
{
color: #E83480;
}
.AnyTagClassName
{
color: #E83480;
}
</style>
background-color css
<style>
a { background-color: #E83480; }
a { background-color: rgb(232,52,128); }
div.DivClassName
{
background-color: #E83480;
}
.BgClassName
{
background-color: #E83480;
}
</style>
border-color css
<style>
span { border-color: #E83480; }
span { border-color: rgb(232,52,128); }
td.TdClassName
{
border-color: #E83480;
}
.TagClassName
{
border-color: #E83480;
}
</style>