Shades of Deep Cerise #E81980
Tints of Deep Cerise #E81980
RGB
CMYK
RGB Variations
Color information
#E81980 (or 0xE81980) is known color: Deep Cerise. HEX triplet: E8, 19 and 80. RGB value is (232,25,128). Sum of RGB (Red+Green+Blue) = 232+25+128=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E81980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81980 is #17E67F. Grayscale: #626262. Windows color (decimal): -1566336 or 8395240. OLE color: 8395240.
HSL color Cylindrical-coordinate representation of color #E81980: hue angle of 330.14º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81980 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 128 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.09 |
| HSL | 330.14º | 0.82% | 0.5% | - |
| HSV(B) | 330.14º | 0.89% | 0.91% | - |
| XYZ | 37.52 | 19.41 | 22.19 | - |
| YUV | 98.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 128 | 0 | 0.89 | 0.45 | 0.09 | 330.14 | 0.82 | 0.5 |
| Hex | E8 | 19 | 80 | 0 | 59 | 2D | 9 | 14A | 52 | 32 |
| Octal | 350 | 31 | 200 | 0 | 131 | 55 | 11 | 512 | 122 | 62 |
| Binary | 11101000 | 11001 | 10000000 | 0 | 1011001 | 101101 | 1001 | 101001010 | 1010010 | 110010 |
Color Harmonies of #E81980
Complementary color
Monochromatic Colors of #E81980
Black with #E81980
Text Example
Text Example
White with #E81980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81980; }
p { color: rgb(232,25,128); }
H1.HeaderClassName
{
color: #E81980;
}
.AnyTagClassName
{
color: #E81980;
}
</style>
background-color css
<style>
a { background-color: #E81980; }
a { background-color: rgb(232,25,128); }
div.DivClassName
{
background-color: #E81980;
}
.BgClassName
{
background-color: #E81980;
}
</style>
border-color css
<style>
span { border-color: #E81980; }
span { border-color: rgb(232,25,128); }
td.TdClassName
{
border-color: #E81980;
}
.TagClassName
{
border-color: #E81980;
}
</style>