Shades of Deep Pink #E80983
Tints of Deep Pink #E80983
RGB
CMYK
RGB Variations
Color information
#E80983 (or 0xE80983) is known color: Deep Pink. HEX triplet: E8, 09 and 83. RGB value is (232,9,131). Sum of RGB (Red+Green+Blue) = 232+9+131=372 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.37% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 232 - color contains mainly: red. Hex color #E80983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80983 is #17F67C. Grayscale: #595959. Windows color (decimal): -1570429 or 8587752. OLE color: 8587752.
HSL color Cylindrical-coordinate representation of color #E80983: hue angle of 327.17º 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 #E80983 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 131 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.09 |
| HSL | 327.17º | 0.93% | 0.47% | - |
| HSV(B) | 327.17º | 0.96% | 0.91% | - |
| XYZ | 37.47 | 18.99 | 23.16 | - |
| YUV | 89.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 131 | 0 | 0.96 | 0.44 | 0.09 | 327.17 | 0.93 | 0.47 |
| Hex | E8 | 9 | 83 | 0 | 60 | 2C | 9 | 147 | 5D | 2F |
| Octal | 350 | 11 | 203 | 0 | 140 | 54 | 11 | 507 | 135 | 57 |
| Binary | 11101000 | 1001 | 10000011 | 0 | 1100000 | 101100 | 1001 | 101000111 | 1011101 | 101111 |
Color Harmonies of #E80983
Complementary color
Monochromatic Colors of #E80983
Black with #E80983
Text Example
Text Example
White with #E80983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80983; }
p { color: rgb(232,9,131); }
H1.HeaderClassName
{
color: #E80983;
}
.AnyTagClassName
{
color: #E80983;
}
</style>
background-color css
<style>
a { background-color: #E80983; }
a { background-color: rgb(232,9,131); }
div.DivClassName
{
background-color: #E80983;
}
.BgClassName
{
background-color: #E80983;
}
</style>
border-color css
<style>
span { border-color: #E80983; }
span { border-color: rgb(232,9,131); }
td.TdClassName
{
border-color: #E80983;
}
.TagClassName
{
border-color: #E80983;
}
</style>