Shades of Deep Pink #E71282
Tints of Deep Pink #E71282
RGB
CMYK
RGB Variations
Color information
#E71282 (or 0xE71282) is known color: Deep Pink. HEX triplet: E7, 12 and 82. RGB value is (231,18,130). Sum of RGB (Red+Green+Blue) = 231+18+130=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E71282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E71282 is #18ED7D. Grayscale: #5E5E5E. Windows color (decimal): -1633662 or 8524519. OLE color: 8524519.
HSL color Cylindrical-coordinate representation of color #E71282: hue angle of 328.45º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71282 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 130 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.09 |
| HSL | 328.45º | 0.86% | 0.49% | - |
| HSV(B) | 328.45º | 0.92% | 0.91% | - |
| XYZ | 37.2 | 19.03 | 22.83 | - |
| YUV | 94.46 | 148.07 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 130 | 0 | 0.92 | 0.44 | 0.09 | 328.45 | 0.86 | 0.49 |
| Hex | E7 | 12 | 82 | 0 | 5C | 2C | 9 | 148 | 56 | 31 |
| Octal | 347 | 22 | 202 | 0 | 134 | 54 | 11 | 510 | 126 | 61 |
| Binary | 11100111 | 10010 | 10000010 | 0 | 1011100 | 101100 | 1001 | 101001000 | 1010110 | 110001 |
Color Harmonies of #E71282
Complementary color
Monochromatic Colors of #E71282
Black with #E71282
Text Example
Text Example
White with #E71282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71282; }
p { color: rgb(231,18,130); }
H1.HeaderClassName
{
color: #E71282;
}
.AnyTagClassName
{
color: #E71282;
}
</style>
background-color css
<style>
a { background-color: #E71282; }
a { background-color: rgb(231,18,130); }
div.DivClassName
{
background-color: #E71282;
}
.BgClassName
{
background-color: #E71282;
}
</style>
border-color css
<style>
span { border-color: #E71282; }
span { border-color: rgb(231,18,130); }
td.TdClassName
{
border-color: #E71282;
}
.TagClassName
{
border-color: #E71282;
}
</style>