Shades of Deep Pink #E80D85
Tints of Deep Pink #E80D85
RGB
CMYK
RGB Variations
Color information
#E80D85 (or 0xE80D85) is known color: Deep Pink. HEX triplet: E8, 0D and 85. RGB value is (232,13,133). Sum of RGB (Red+Green+Blue) = 232+13+133=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80D85 is #17F27A. Grayscale: #5B5B5B. Windows color (decimal): -1569403 or 8719848. OLE color: 8719848.
HSL color Cylindrical-coordinate representation of color #E80D85: hue angle of 327.12º 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 #E80D85 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 133 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.09 |
| HSL | 327.12º | 0.89% | 0.48% | - |
| HSV(B) | 327.12º | 0.94% | 0.91% | - |
| XYZ | 37.66 | 19.14 | 23.9 | - |
| YUV | 92.16 | 151.05 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 133 | 0 | 0.94 | 0.43 | 0.09 | 327.12 | 0.89 | 0.48 |
| Hex | E8 | D | 85 | 0 | 5E | 2B | 9 | 147 | 59 | 30 |
| Octal | 350 | 15 | 205 | 0 | 136 | 53 | 11 | 507 | 131 | 60 |
| Binary | 11101000 | 1101 | 10000101 | 0 | 1011110 | 101011 | 1001 | 101000111 | 1011001 | 110000 |
Color Harmonies of #E80D85
Complementary color
Monochromatic Colors of #E80D85
Black with #E80D85
Text Example
Text Example
White with #E80D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D85; }
p { color: rgb(232,13,133); }
H1.HeaderClassName
{
color: #E80D85;
}
.AnyTagClassName
{
color: #E80D85;
}
</style>
background-color css
<style>
a { background-color: #E80D85; }
a { background-color: rgb(232,13,133); }
div.DivClassName
{
background-color: #E80D85;
}
.BgClassName
{
background-color: #E80D85;
}
</style>
border-color css
<style>
span { border-color: #E80D85; }
span { border-color: rgb(232,13,133); }
td.TdClassName
{
border-color: #E80D85;
}
.TagClassName
{
border-color: #E80D85;
}
</style>