Shades of Dark Pink #E85487
Tints of Dark Pink #E85487
RGB
CMYK
RGB Variations
Color information
#E85487 (or 0xE85487) is known color: Dark Pink. HEX triplet: E8, 54 and 87. RGB value is (232,84,135). Sum of RGB (Red+Green+Blue) = 232+84+135=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E85487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85487 is #17AB78. Grayscale: #868686. Windows color (decimal): -1551225 or 8869096. OLE color: 8869096.
HSL color Cylindrical-coordinate representation of color #E85487: hue angle of 339.32º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E85487 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 135 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.09 |
| HSL | 339.32º | 0.76% | 0.62% | - |
| HSV(B) | 339.32º | 0.64% | 0.91% | - |
| XYZ | 40.82 | 25.25 | 25.64 | - |
| YUV | 134.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 135 | 0 | 0.64 | 0.42 | 0.09 | 339.32 | 0.76 | 0.62 |
| Hex | E8 | 54 | 87 | 0 | 40 | 2A | 9 | 153 | 4C | 3E |
| Octal | 350 | 124 | 207 | 0 | 100 | 52 | 11 | 523 | 114 | 76 |
| Binary | 11101000 | 1010100 | 10000111 | 0 | 1000000 | 101010 | 1001 | 101010011 | 1001100 | 111110 |
Color Harmonies of #E85487
Complementary color
Monochromatic Colors of #E85487
Black with #E85487
Text Example
Text Example
White with #E85487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85487; }
p { color: rgb(232,84,135); }
H1.HeaderClassName
{
color: #E85487;
}
.AnyTagClassName
{
color: #E85487;
}
</style>
background-color css
<style>
a { background-color: #E85487; }
a { background-color: rgb(232,84,135); }
div.DivClassName
{
background-color: #E85487;
}
.BgClassName
{
background-color: #E85487;
}
</style>
border-color css
<style>
span { border-color: #E85487; }
span { border-color: rgb(232,84,135); }
td.TdClassName
{
border-color: #E85487;
}
.TagClassName
{
border-color: #E85487;
}
</style>