Shades of Deep Pink #E80D88
Tints of Deep Pink #E80D88
RGB
CMYK
RGB Variations
Color information
#E80D88 (or 0xE80D88) is known color: Deep Pink. HEX triplet: E8, 0D and 88. RGB value is (232,13,136). Sum of RGB (Red+Green+Blue) = 232+13+136=381 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.89% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D88 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80D88 is #17F277. Grayscale: #5C5C5C. Windows color (decimal): -1569400 or 8916456. OLE color: 8916456.
HSL color Cylindrical-coordinate representation of color #E80D88: hue angle of 326.3º 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 #E80D88 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 136 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.09 |
| HSL | 326.3º | 0.89% | 0.48% | - |
| HSV(B) | 326.3º | 0.94% | 0.91% | - |
| XYZ | 37.87 | 19.22 | 25.01 | - |
| YUV | 92.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 136 | 0 | 0.94 | 0.41 | 0.09 | 326.3 | 0.89 | 0.48 |
| Hex | E8 | D | 88 | 0 | 5E | 29 | 9 | 146 | 59 | 30 |
| Octal | 350 | 15 | 210 | 0 | 136 | 51 | 11 | 506 | 131 | 60 |
| Binary | 11101000 | 1101 | 10001000 | 0 | 1011110 | 101001 | 1001 | 101000110 | 1011001 | 110000 |
Color Harmonies of #E80D88
Complementary color
Monochromatic Colors of #E80D88
Black with #E80D88
Text Example
Text Example
White with #E80D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D88; }
p { color: rgb(232,13,136); }
H1.HeaderClassName
{
color: #E80D88;
}
.AnyTagClassName
{
color: #E80D88;
}
</style>
background-color css
<style>
a { background-color: #E80D88; }
a { background-color: rgb(232,13,136); }
div.DivClassName
{
background-color: #E80D88;
}
.BgClassName
{
background-color: #E80D88;
}
</style>
border-color css
<style>
span { border-color: #E80D88; }
span { border-color: rgb(232,13,136); }
td.TdClassName
{
border-color: #E80D88;
}
.TagClassName
{
border-color: #E80D88;
}
</style>