Shades of Deep Pink #E80B87
Tints of Deep Pink #E80B87
RGB
CMYK
RGB Variations
Color information
#E80B87 (or 0xE80B87) is known color: Deep Pink. HEX triplet: E8, 0B and 87. RGB value is (232,11,135). Sum of RGB (Red+Green+Blue) = 232+11+135=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 11 (4.69% from 255 or 2.91% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B87 is #17F478. Grayscale: #5A5A5A. Windows color (decimal): -1569913 or 8850408. OLE color: 8850408.
HSL color Cylindrical-coordinate representation of color #E80B87: hue angle of 326.33º 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 #E80B87 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 135 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.09 |
| HSL | 326.33º | 0.91% | 0.48% | - |
| HSV(B) | 326.33º | 0.95% | 0.91% | - |
| XYZ | 37.77 | 19.14 | 24.63 | - |
| YUV | 91.22 | 152.72 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 135 | 0 | 0.95 | 0.42 | 0.09 | 326.33 | 0.91 | 0.48 |
| Hex | E8 | B | 87 | 0 | 5F | 2A | 9 | 146 | 5B | 30 |
| Octal | 350 | 13 | 207 | 0 | 137 | 52 | 11 | 506 | 133 | 60 |
| Binary | 11101000 | 1011 | 10000111 | 0 | 1011111 | 101010 | 1001 | 101000110 | 1011011 | 110000 |
Color Harmonies of #E80B87
Complementary color
Monochromatic Colors of #E80B87
Black with #E80B87
Text Example
Text Example
White with #E80B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B87; }
p { color: rgb(232,11,135); }
H1.HeaderClassName
{
color: #E80B87;
}
.AnyTagClassName
{
color: #E80B87;
}
</style>
background-color css
<style>
a { background-color: #E80B87; }
a { background-color: rgb(232,11,135); }
div.DivClassName
{
background-color: #E80B87;
}
.BgClassName
{
background-color: #E80B87;
}
</style>
border-color css
<style>
span { border-color: #E80B87; }
span { border-color: rgb(232,11,135); }
td.TdClassName
{
border-color: #E80B87;
}
.TagClassName
{
border-color: #E80B87;
}
</style>