Shades of Deep Pink #E70981
Tints of Deep Pink #E70981
RGB
CMYK
RGB Variations
Color information
#E70981 (or 0xE70981) is known color: Deep Pink. HEX triplet: E7, 09 and 81. RGB value is (231,9,129). Sum of RGB (Red+Green+Blue) = 231+9+129=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E70981 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70981 is #18F67E. Grayscale: #585858. Windows color (decimal): -1635967 or 8456679. OLE color: 8456679.
HSL color Cylindrical-coordinate representation of color #E70981: hue angle of 327.57º 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 #E70981 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.09 |
| HSL | 327.57º | 0.93% | 0.47% | - |
| HSV(B) | 327.57º | 0.96% | 0.91% | - |
| XYZ | 37.02 | 18.77 | 22.44 | - |
| YUV | 89.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 129 | 0 | 0.96 | 0.44 | 0.09 | 327.57 | 0.93 | 0.47 |
| Hex | E7 | 9 | 81 | 0 | 60 | 2C | 9 | 148 | 5C | 2F |
| Octal | 347 | 11 | 201 | 0 | 140 | 54 | 11 | 510 | 134 | 57 |
| Binary | 11100111 | 1001 | 10000001 | 0 | 1100000 | 101100 | 1001 | 101001000 | 1011100 | 101111 |
Color Harmonies of #E70981
Complementary color
Monochromatic Colors of #E70981
Black with #E70981
Text Example
Text Example
White with #E70981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70981; }
p { color: rgb(231,9,129); }
H1.HeaderClassName
{
color: #E70981;
}
.AnyTagClassName
{
color: #E70981;
}
</style>
background-color css
<style>
a { background-color: #E70981; }
a { background-color: rgb(231,9,129); }
div.DivClassName
{
background-color: #E70981;
}
.BgClassName
{
background-color: #E70981;
}
</style>
border-color css
<style>
span { border-color: #E70981; }
span { border-color: rgb(231,9,129); }
td.TdClassName
{
border-color: #E70981;
}
.TagClassName
{
border-color: #E70981;
}
</style>