Shades of Deep Pink #E80982
Tints of Deep Pink #E80982
RGB
CMYK
RGB Variations
Color information
#E80982 (or 0xE80982) is known color: Deep Pink. HEX triplet: E8, 09 and 82. RGB value is (232,9,130). Sum of RGB (Red+Green+Blue) = 232+9+130=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E80982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80982 is #17F67D. Grayscale: #595959. Windows color (decimal): -1570430 or 8522216. OLE color: 8522216.
HSL color Cylindrical-coordinate representation of color #E80982: hue angle of 327.44º 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 #E80982 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.09 |
| HSL | 327.44º | 0.93% | 0.47% | - |
| HSV(B) | 327.44º | 0.96% | 0.91% | - |
| XYZ | 37.41 | 18.96 | 22.81 | - |
| YUV | 89.47 | 150.88 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 130 | 0 | 0.96 | 0.44 | 0.09 | 327.44 | 0.93 | 0.47 |
| Hex | E8 | 9 | 82 | 0 | 60 | 2C | 9 | 147 | 5D | 2F |
| Octal | 350 | 11 | 202 | 0 | 140 | 54 | 11 | 507 | 135 | 57 |
| Binary | 11101000 | 1001 | 10000010 | 0 | 1100000 | 101100 | 1001 | 101000111 | 1011101 | 101111 |
Color Harmonies of #E80982
Complementary color
Monochromatic Colors of #E80982
Black with #E80982
Text Example
Text Example
White with #E80982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80982; }
p { color: rgb(232,9,130); }
H1.HeaderClassName
{
color: #E80982;
}
.AnyTagClassName
{
color: #E80982;
}
</style>
background-color css
<style>
a { background-color: #E80982; }
a { background-color: rgb(232,9,130); }
div.DivClassName
{
background-color: #E80982;
}
.BgClassName
{
background-color: #E80982;
}
</style>
border-color css
<style>
span { border-color: #E80982; }
span { border-color: rgb(232,9,130); }
td.TdClassName
{
border-color: #E80982;
}
.TagClassName
{
border-color: #E80982;
}
</style>