Shades of Deep Pink #E80D87
Tints of Deep Pink #E80D87
RGB
CMYK
RGB Variations
Color information
#E80D87 (or 0xE80D87) is known color: Deep Pink. HEX triplet: E8, 0D and 87. RGB value is (232,13,135). Sum of RGB (Red+Green+Blue) = 232+13+135=380 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.05% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80D87 is #17F278. Grayscale: #5C5C5C. Windows color (decimal): -1569401 or 8850920. OLE color: 8850920.
HSL color Cylindrical-coordinate representation of color #E80D87: hue angle of 326.58º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80D87 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 135 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.09 |
| HSL | 326.58º | 0.89% | 0.48% | - |
| HSV(B) | 326.58º | 0.94% | 0.91% | - |
| XYZ | 37.8 | 19.19 | 24.63 | - |
| YUV | 92.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 135 | 0 | 0.94 | 0.42 | 0.09 | 326.58 | 0.89 | 0.48 |
| Hex | E8 | D | 87 | 0 | 5E | 2A | 9 | 147 | 59 | 30 |
| Octal | 350 | 15 | 207 | 0 | 136 | 52 | 11 | 507 | 131 | 60 |
| Binary | 11101000 | 1101 | 10000111 | 0 | 1011110 | 101010 | 1001 | 101000111 | 1011001 | 110000 |
Color Harmonies of #E80D87
Complementary color
Monochromatic Colors of #E80D87
Black with #E80D87
Text Example
Text Example
White with #E80D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D87; }
p { color: rgb(232,13,135); }
H1.HeaderClassName
{
color: #E80D87;
}
.AnyTagClassName
{
color: #E80D87;
}
</style>
background-color css
<style>
a { background-color: #E80D87; }
a { background-color: rgb(232,13,135); }
div.DivClassName
{
background-color: #E80D87;
}
.BgClassName
{
background-color: #E80D87;
}
</style>
border-color css
<style>
span { border-color: #E80D87; }
span { border-color: rgb(232,13,135); }
td.TdClassName
{
border-color: #E80D87;
}
.TagClassName
{
border-color: #E80D87;
}
</style>