Shades of Deep Pink #E80C86
Tints of Deep Pink #E80C86
RGB
CMYK
RGB Variations
Color information
#E80C86 (or 0xE80C86) is known color: Deep Pink. HEX triplet: E8, 0C and 86. RGB value is (232,12,134). Sum of RGB (Red+Green+Blue) = 232+12+134=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C86 is #17F379. Grayscale: #5B5B5B. Windows color (decimal): -1569658 or 8785128. OLE color: 8785128.
HSL color Cylindrical-coordinate representation of color #E80C86: hue angle of 326.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C86 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 134 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.09 |
| HSL | 326.73º | 0.9% | 0.48% | - |
| HSV(B) | 326.73º | 0.95% | 0.91% | - |
| XYZ | 37.71 | 19.14 | 24.26 | - |
| YUV | 91.69 | 151.89 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 134 | 0 | 0.95 | 0.42 | 0.09 | 326.73 | 0.9 | 0.48 |
| Hex | E8 | C | 86 | 0 | 5F | 2A | 9 | 147 | 5A | 30 |
| Octal | 350 | 14 | 206 | 0 | 137 | 52 | 11 | 507 | 132 | 60 |
| Binary | 11101000 | 1100 | 10000110 | 0 | 1011111 | 101010 | 1001 | 101000111 | 1011010 | 110000 |
Color Harmonies of #E80C86
Complementary color
Monochromatic Colors of #E80C86
Black with #E80C86
Text Example
Text Example
White with #E80C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C86; }
p { color: rgb(232,12,134); }
H1.HeaderClassName
{
color: #E80C86;
}
.AnyTagClassName
{
color: #E80C86;
}
</style>
background-color css
<style>
a { background-color: #E80C86; }
a { background-color: rgb(232,12,134); }
div.DivClassName
{
background-color: #E80C86;
}
.BgClassName
{
background-color: #E80C86;
}
</style>
border-color css
<style>
span { border-color: #E80C86; }
span { border-color: rgb(232,12,134); }
td.TdClassName
{
border-color: #E80C86;
}
.TagClassName
{
border-color: #E80C86;
}
</style>