Shades of Deep Pink #E70982
Tints of Deep Pink #E70982
RGB
CMYK
RGB Variations
Color information
#E70982 (or 0xE70982) is known color: Deep Pink. HEX triplet: E7, 09 and 82. RGB value is (231,9,130). Sum of RGB (Red+Green+Blue) = 231+9+130=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E70982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70982 is #18F67D. Grayscale: #585858. Windows color (decimal): -1635966 or 8522215. OLE color: 8522215.
HSL color Cylindrical-coordinate representation of color #E70982: hue angle of 327.3º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70982 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.09 |
| HSL | 327.3º | 0.93% | 0.47% | - |
| HSV(B) | 327.3º | 0.96% | 0.91% | - |
| XYZ | 37.08 | 18.8 | 22.79 | - |
| YUV | 89.17 | 151.05 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 130 | 0 | 0.96 | 0.44 | 0.09 | 327.3 | 0.93 | 0.47 |
| Hex | E7 | 9 | 82 | 0 | 60 | 2C | 9 | 147 | 5C | 2F |
| Octal | 347 | 11 | 202 | 0 | 140 | 54 | 11 | 507 | 134 | 57 |
| Binary | 11100111 | 1001 | 10000010 | 0 | 1100000 | 101100 | 1001 | 101000111 | 1011100 | 101111 |
Color Harmonies of #E70982
Complementary color
Monochromatic Colors of #E70982
Black with #E70982
Text Example
Text Example
White with #E70982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70982; }
p { color: rgb(231,9,130); }
H1.HeaderClassName
{
color: #E70982;
}
.AnyTagClassName
{
color: #E70982;
}
</style>
background-color css
<style>
a { background-color: #E70982; }
a { background-color: rgb(231,9,130); }
div.DivClassName
{
background-color: #E70982;
}
.BgClassName
{
background-color: #E70982;
}
</style>
border-color css
<style>
span { border-color: #E70982; }
span { border-color: rgb(231,9,130); }
td.TdClassName
{
border-color: #E70982;
}
.TagClassName
{
border-color: #E70982;
}
</style>