Shades of Dark Pink #E85880
Tints of Dark Pink #E85880
RGB
CMYK
RGB Variations
Color information
#E85880 (or 0xE85880) is known color: Dark Pink. HEX triplet: E8, 58 and 80. RGB value is (232,88,128). Sum of RGB (Red+Green+Blue) = 232+88+128=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E85880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85880 is #17A77F. Grayscale: #878787. Windows color (decimal): -1550208 or 8411368. OLE color: 8411368.
HSL color Cylindrical-coordinate representation of color #E85880: hue angle of 343.33º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85880 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 128 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.09 |
| HSL | 343.33º | 0.76% | 0.63% | - |
| HSV(B) | 343.33º | 0.62% | 0.91% | - |
| XYZ | 40.66 | 25.69 | 23.24 | - |
| YUV | 135.62 | 123.71 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 128 | 0 | 0.62 | 0.45 | 0.09 | 343.33 | 0.76 | 0.63 |
| Hex | E8 | 58 | 80 | 0 | 3E | 2D | 9 | 157 | 4C | 3F |
| Octal | 350 | 130 | 200 | 0 | 76 | 55 | 11 | 527 | 114 | 77 |
| Binary | 11101000 | 1011000 | 10000000 | 0 | 111110 | 101101 | 1001 | 101010111 | 1001100 | 111111 |
Color Harmonies of #E85880
Complementary color
Monochromatic Colors of #E85880
Black with #E85880
Text Example
Text Example
White with #E85880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85880; }
p { color: rgb(232,88,128); }
H1.HeaderClassName
{
color: #E85880;
}
.AnyTagClassName
{
color: #E85880;
}
</style>
background-color css
<style>
a { background-color: #E85880; }
a { background-color: rgb(232,88,128); }
div.DivClassName
{
background-color: #E85880;
}
.BgClassName
{
background-color: #E85880;
}
</style>
border-color css
<style>
span { border-color: #E85880; }
span { border-color: rgb(232,88,128); }
td.TdClassName
{
border-color: #E85880;
}
.TagClassName
{
border-color: #E85880;
}
</style>