Shades of Deep Cerise #E71981
Tints of Deep Cerise #E71981
RGB
CMYK
RGB Variations
Color information
#E71981 (or 0xE71981) is known color: Deep Cerise. HEX triplet: E7, 19 and 81. RGB value is (231,25,129). Sum of RGB (Red+Green+Blue) = 231+25+129=385 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 231 - color contains mainly: red. Hex color #E71981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71981 is #18E67E. Grayscale: #626262. Windows color (decimal): -1631871 or 8460775. OLE color: 8460775.
HSL color Cylindrical-coordinate representation of color #E71981: hue angle of 329.71º degrees, saturation: 0.81, 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 #E71981 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 129 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.09 |
| HSL | 329.71º | 0.81% | 0.5% | - |
| HSV(B) | 329.71º | 0.89% | 0.91% | - |
| XYZ | 37.27 | 19.27 | 22.52 | - |
| YUV | 98.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 129 | 0 | 0.89 | 0.44 | 0.09 | 329.71 | 0.81 | 0.5 |
| Hex | E7 | 19 | 81 | 0 | 59 | 2C | 9 | 14A | 51 | 32 |
| Octal | 347 | 31 | 201 | 0 | 131 | 54 | 11 | 512 | 121 | 62 |
| Binary | 11100111 | 11001 | 10000001 | 0 | 1011001 | 101100 | 1001 | 101001010 | 1010001 | 110010 |
Color Harmonies of #E71981
Complementary color
Monochromatic Colors of #E71981
Black with #E71981
Text Example
Text Example
White with #E71981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71981; }
p { color: rgb(231,25,129); }
H1.HeaderClassName
{
color: #E71981;
}
.AnyTagClassName
{
color: #E71981;
}
</style>
background-color css
<style>
a { background-color: #E71981; }
a { background-color: rgb(231,25,129); }
div.DivClassName
{
background-color: #E71981;
}
.BgClassName
{
background-color: #E71981;
}
</style>
border-color css
<style>
span { border-color: #E71981; }
span { border-color: rgb(231,25,129); }
td.TdClassName
{
border-color: #E71981;
}
.TagClassName
{
border-color: #E71981;
}
</style>