Shades of Deep Cerise #E71982
Tints of Deep Cerise #E71982
RGB
CMYK
RGB Variations
Color information
#E71982 (or 0xE71982) is known color: Deep Cerise. HEX triplet: E7, 19 and 82. RGB value is (231,25,130). Sum of RGB (Red+Green+Blue) = 231+25+130=386 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.84% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 231 - color contains mainly: red. Hex color #E71982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71982 is #18E67D. Grayscale: #626262. Windows color (decimal): -1631870 or 8526311. OLE color: 8526311.
HSL color Cylindrical-coordinate representation of color #E71982: hue angle of 329.42º 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 #E71982 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 25 | 130 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.09 |
| HSL | 329.42º | 0.81% | 0.5% | - |
| HSV(B) | 329.42º | 0.89% | 0.91% | - |
| XYZ | 37.33 | 19.3 | 22.88 | - |
| YUV | 98.56 | 145.75 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 25 | 130 | 0 | 0.89 | 0.44 | 0.09 | 329.42 | 0.81 | 0.5 |
| Hex | E7 | 19 | 82 | 0 | 59 | 2C | 9 | 149 | 51 | 32 |
| Octal | 347 | 31 | 202 | 0 | 131 | 54 | 11 | 511 | 121 | 62 |
| Binary | 11100111 | 11001 | 10000010 | 0 | 1011001 | 101100 | 1001 | 101001001 | 1010001 | 110010 |
Color Harmonies of #E71982
Complementary color
Monochromatic Colors of #E71982
Black with #E71982
Text Example
Text Example
White with #E71982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71982; }
p { color: rgb(231,25,130); }
H1.HeaderClassName
{
color: #E71982;
}
.AnyTagClassName
{
color: #E71982;
}
</style>
background-color css
<style>
a { background-color: #E71982; }
a { background-color: rgb(231,25,130); }
div.DivClassName
{
background-color: #E71982;
}
.BgClassName
{
background-color: #E71982;
}
</style>
border-color css
<style>
span { border-color: #E71982; }
span { border-color: rgb(231,25,130); }
td.TdClassName
{
border-color: #E71982;
}
.TagClassName
{
border-color: #E71982;
}
</style>