Shades of Deep Pink #E80B86
Tints of Deep Pink #E80B86
RGB
CMYK
RGB Variations
Color information
#E80B86 (or 0xE80B86) is known color: Deep Pink. HEX triplet: E8, 0B and 86. RGB value is (232,11,134). Sum of RGB (Red+Green+Blue) = 232+11+134=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B86 is #17F479. Grayscale: #5A5A5A. Windows color (decimal): -1569914 or 8784872. OLE color: 8784872.
HSL color Cylindrical-coordinate representation of color #E80B86: hue angle of 326.61º degrees, saturation: 0.91, 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 #E80B86 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 134 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.09 |
| HSL | 326.61º | 0.91% | 0.48% | - |
| HSV(B) | 326.61º | 0.95% | 0.91% | - |
| XYZ | 37.7 | 19.12 | 24.26 | - |
| YUV | 91.1 | 152.22 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 134 | 0 | 0.95 | 0.42 | 0.09 | 326.61 | 0.91 | 0.48 |
| Hex | E8 | B | 86 | 0 | 5F | 2A | 9 | 147 | 5B | 30 |
| Octal | 350 | 13 | 206 | 0 | 137 | 52 | 11 | 507 | 133 | 60 |
| Binary | 11101000 | 1011 | 10000110 | 0 | 1011111 | 101010 | 1001 | 101000111 | 1011011 | 110000 |
Color Harmonies of #E80B86
Complementary color
Monochromatic Colors of #E80B86
Black with #E80B86
Text Example
Text Example
White with #E80B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B86; }
p { color: rgb(232,11,134); }
H1.HeaderClassName
{
color: #E80B86;
}
.AnyTagClassName
{
color: #E80B86;
}
</style>
background-color css
<style>
a { background-color: #E80B86; }
a { background-color: rgb(232,11,134); }
div.DivClassName
{
background-color: #E80B86;
}
.BgClassName
{
background-color: #E80B86;
}
</style>
border-color css
<style>
span { border-color: #E80B86; }
span { border-color: rgb(232,11,134); }
td.TdClassName
{
border-color: #E80B86;
}
.TagClassName
{
border-color: #E80B86;
}
</style>