Shades of Deep Pink #E70986
Tints of Deep Pink #E70986
RGB
CMYK
RGB Variations
Color information
#E70986 (or 0xE70986) is known color: Deep Pink. HEX triplet: E7, 09 and 86. RGB value is (231,9,134). Sum of RGB (Red+Green+Blue) = 231+9+134=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E70986 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70986 is #18F679. Grayscale: #595959. Windows color (decimal): -1635962 or 8784359. OLE color: 8784359.
HSL color Cylindrical-coordinate representation of color #E70986: hue angle of 326.22º 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 #E70986 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.09 |
| HSL | 326.22º | 0.93% | 0.47% | - |
| HSV(B) | 326.22º | 0.96% | 0.91% | - |
| XYZ | 37.36 | 18.91 | 24.23 | - |
| YUV | 89.63 | 153.05 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 134 | 0 | 0.96 | 0.42 | 0.09 | 326.22 | 0.93 | 0.47 |
| Hex | E7 | 9 | 86 | 0 | 60 | 2A | 9 | 146 | 5C | 2F |
| Octal | 347 | 11 | 206 | 0 | 140 | 52 | 11 | 506 | 134 | 57 |
| Binary | 11100111 | 1001 | 10000110 | 0 | 1100000 | 101010 | 1001 | 101000110 | 1011100 | 101111 |
Color Harmonies of #E70986
Complementary color
Monochromatic Colors of #E70986
Black with #E70986
Text Example
Text Example
White with #E70986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70986; }
p { color: rgb(231,9,134); }
H1.HeaderClassName
{
color: #E70986;
}
.AnyTagClassName
{
color: #E70986;
}
</style>
background-color css
<style>
a { background-color: #E70986; }
a { background-color: rgb(231,9,134); }
div.DivClassName
{
background-color: #E70986;
}
.BgClassName
{
background-color: #E70986;
}
</style>
border-color css
<style>
span { border-color: #E70986; }
span { border-color: rgb(231,9,134); }
td.TdClassName
{
border-color: #E70986;
}
.TagClassName
{
border-color: #E70986;
}
</style>