Shades of Deep Pink #E80B85
Tints of Deep Pink #E80B85
RGB
CMYK
RGB Variations
Color information
#E80B85 (or 0xE80B85) is known color: Deep Pink. HEX triplet: E8, 0B and 85. RGB value is (232,11,133). Sum of RGB (Red+Green+Blue) = 232+11+133=376 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.70% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B85 is #17F47A. Grayscale: #5A5A5A. Windows color (decimal): -1569915 or 8719336. OLE color: 8719336.
HSL color Cylindrical-coordinate representation of color #E80B85: hue angle of 326.88º 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 #E80B85 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 11 | 133 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.09 |
| HSL | 326.88º | 0.91% | 0.48% | - |
| HSV(B) | 326.88º | 0.95% | 0.91% | - |
| XYZ | 37.63 | 19.09 | 23.89 | - |
| YUV | 90.99 | 151.72 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 11 | 133 | 0 | 0.95 | 0.43 | 0.09 | 326.88 | 0.91 | 0.48 |
| Hex | E8 | B | 85 | 0 | 5F | 2B | 9 | 147 | 5B | 30 |
| Octal | 350 | 13 | 205 | 0 | 137 | 53 | 11 | 507 | 133 | 60 |
| Binary | 11101000 | 1011 | 10000101 | 0 | 1011111 | 101011 | 1001 | 101000111 | 1011011 | 110000 |
Color Harmonies of #E80B85
Complementary color
Monochromatic Colors of #E80B85
Black with #E80B85
Text Example
Text Example
White with #E80B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80B85; }
p { color: rgb(232,11,133); }
H1.HeaderClassName
{
color: #E80B85;
}
.AnyTagClassName
{
color: #E80B85;
}
</style>
background-color css
<style>
a { background-color: #E80B85; }
a { background-color: rgb(232,11,133); }
div.DivClassName
{
background-color: #E80B85;
}
.BgClassName
{
background-color: #E80B85;
}
</style>
border-color css
<style>
span { border-color: #E80B85; }
span { border-color: rgb(232,11,133); }
td.TdClassName
{
border-color: #E80B85;
}
.TagClassName
{
border-color: #E80B85;
}
</style>