Shades of Deep Cerise #E82480
Tints of Deep Cerise #E82480
RGB
CMYK
RGB Variations
Color information
#E82480 (or 0xE82480) is known color: Deep Cerise. HEX triplet: E8, 24 and 80. RGB value is (232,36,128). Sum of RGB (Red+Green+Blue) = 232+36+128=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E82480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82480 is #17DB7F. Grayscale: #686868. Windows color (decimal): -1563520 or 8398056. OLE color: 8398056.
HSL color Cylindrical-coordinate representation of color #E82480: hue angle of 331.84º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E82480 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 128 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.09 |
| HSL | 331.84º | 0.81% | 0.53% | - |
| HSV(B) | 331.84º | 0.84% | 0.91% | - |
| XYZ | 37.81 | 19.98 | 22.29 | - |
| YUV | 105.09 | 140.93 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 128 | 0 | 0.84 | 0.45 | 0.09 | 331.84 | 0.81 | 0.53 |
| Hex | E8 | 24 | 80 | 0 | 54 | 2D | 9 | 14C | 51 | 35 |
| Octal | 350 | 44 | 200 | 0 | 124 | 55 | 11 | 514 | 121 | 65 |
| Binary | 11101000 | 100100 | 10000000 | 0 | 1010100 | 101101 | 1001 | 101001100 | 1010001 | 110101 |
Color Harmonies of #E82480
Complementary color
Monochromatic Colors of #E82480
Black with #E82480
Text Example
Text Example
White with #E82480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82480; }
p { color: rgb(232,36,128); }
H1.HeaderClassName
{
color: #E82480;
}
.AnyTagClassName
{
color: #E82480;
}
</style>
background-color css
<style>
a { background-color: #E82480; }
a { background-color: rgb(232,36,128); }
div.DivClassName
{
background-color: #E82480;
}
.BgClassName
{
background-color: #E82480;
}
</style>
border-color css
<style>
span { border-color: #E82480; }
span { border-color: rgb(232,36,128); }
td.TdClassName
{
border-color: #E82480;
}
.TagClassName
{
border-color: #E82480;
}
</style>