Shades of Deep Pink #E70983
Tints of Deep Pink #E70983
RGB
CMYK
RGB Variations
Color information
#E70983 (or 0xE70983) is known color: Deep Pink. HEX triplet: E7, 09 and 83. RGB value is (231,9,131). Sum of RGB (Red+Green+Blue) = 231+9+131=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E70983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70983 is #18F67C. Grayscale: #595959. Windows color (decimal): -1635965 or 8587751. OLE color: 8587751.
HSL color Cylindrical-coordinate representation of color #E70983: hue angle of 327.03º 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 #E70983 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 131 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.09 |
| HSL | 327.03º | 0.93% | 0.47% | - |
| HSV(B) | 327.03º | 0.96% | 0.91% | - |
| XYZ | 37.15 | 18.82 | 23.15 | - |
| YUV | 89.29 | 151.55 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 131 | 0 | 0.96 | 0.43 | 0.09 | 327.03 | 0.93 | 0.47 |
| Hex | E7 | 9 | 83 | 0 | 60 | 2B | 9 | 147 | 5C | 2F |
| Octal | 347 | 11 | 203 | 0 | 140 | 53 | 11 | 507 | 134 | 57 |
| Binary | 11100111 | 1001 | 10000011 | 0 | 1100000 | 101011 | 1001 | 101000111 | 1011100 | 101111 |
Color Harmonies of #E70983
Complementary color
Monochromatic Colors of #E70983
Black with #E70983
Text Example
Text Example
White with #E70983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70983; }
p { color: rgb(231,9,131); }
H1.HeaderClassName
{
color: #E70983;
}
.AnyTagClassName
{
color: #E70983;
}
</style>
background-color css
<style>
a { background-color: #E70983; }
a { background-color: rgb(231,9,131); }
div.DivClassName
{
background-color: #E70983;
}
.BgClassName
{
background-color: #E70983;
}
</style>
border-color css
<style>
span { border-color: #E70983; }
span { border-color: rgb(231,9,131); }
td.TdClassName
{
border-color: #E70983;
}
.TagClassName
{
border-color: #E70983;
}
</style>