Shades of Deep Pink #E80B8B
Tints of Deep Pink #E80B8B
RGB
CMYK
RGB Variations
Color information
#E80B8B (or 0xE80B8B) is known color: Deep Pink. HEX triplet: E8, 0B and 8B. RGB value is (232,11,139). Sum of RGB (Red+Green+Blue) = 232+11+139=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B8B is #17F474. Grayscale: #5B5B5B. Windows color (decimal): -1569909 or 9112552. OLE color: 9112552.
HSL color Cylindrical-coordinate representation of color #E80B8B: hue angle of 325.25º 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 #E80B8B is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 139 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.09 |
| HSL | 325.25º | 0.91% | 0.48% | - |
| HSV(B) | 325.25º | 0.95% | 0.91% | - |
| XYZ | 38.06 | 19.26 | 26.14 | - |
| YUV | 91.67 | 154.72 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 139 | 0 | 0.95 | 0.40 | 0.09 | 325.25 | 0.91 | 0.48 |
| Hex | E8 | B | 8B | 0 | 5F | 28 | 9 | 145 | 5B | 30 |
| Octal | 350 | 13 | 213 | 0 | 137 | 50 | 11 | 505 | 133 | 60 |
| Binary | 11101000 | 1011 | 10001011 | 0 | 1011111 | 101000 | 1001 | 101000101 | 1011011 | 110000 |
Color Harmonies of #E80B8B
Complementary color
Monochromatic Colors of #E80B8B
Black with #E80B8B
Text Example
Text Example
White with #E80B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B8B; }
p { color: rgb(232,11,139); }
H1.HeaderClassName
{
color: #E80B8B;
}
.AnyTagClassName
{
color: #E80B8B;
}
</style>
background-color css
<style>
a { background-color: #E80B8B; }
a { background-color: rgb(232,11,139); }
div.DivClassName
{
background-color: #E80B8B;
}
.BgClassName
{
background-color: #E80B8B;
}
</style>
border-color css
<style>
span { border-color: #E80B8B; }
span { border-color: rgb(232,11,139); }
td.TdClassName
{
border-color: #E80B8B;
}
.TagClassName
{
border-color: #E80B8B;
}
</style>