Shades of Dark Pink #E85985
Tints of Dark Pink #E85985
RGB
CMYK
RGB Variations
Color information
#E85985 (or 0xE85985) is known color: Dark Pink. HEX triplet: E8, 59 and 85. RGB value is (232,89,133). Sum of RGB (Red+Green+Blue) = 232+89+133=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E85985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85985 is #17A67A. Grayscale: #888888. Windows color (decimal): -1549947 or 8739304. OLE color: 8739304.
HSL color Cylindrical-coordinate representation of color #E85985: hue angle of 341.54º 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 #E85985 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 133 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.09 |
| HSL | 341.54º | 0.76% | 0.63% | - |
| HSV(B) | 341.54º | 0.62% | 0.91% | - |
| XYZ | 41.08 | 25.99 | 25.04 | - |
| YUV | 136.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 133 | 0 | 0.62 | 0.43 | 0.09 | 341.54 | 0.76 | 0.63 |
| Hex | E8 | 59 | 85 | 0 | 3E | 2B | 9 | 156 | 4C | 3F |
| Octal | 350 | 131 | 205 | 0 | 76 | 53 | 11 | 526 | 114 | 77 |
| Binary | 11101000 | 1011001 | 10000101 | 0 | 111110 | 101011 | 1001 | 101010110 | 1001100 | 111111 |
Color Harmonies of #E85985
Complementary color
Monochromatic Colors of #E85985
Black with #E85985
Text Example
Text Example
White with #E85985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85985; }
p { color: rgb(232,89,133); }
H1.HeaderClassName
{
color: #E85985;
}
.AnyTagClassName
{
color: #E85985;
}
</style>
background-color css
<style>
a { background-color: #E85985; }
a { background-color: rgb(232,89,133); }
div.DivClassName
{
background-color: #E85985;
}
.BgClassName
{
background-color: #E85985;
}
</style>
border-color css
<style>
span { border-color: #E85985; }
span { border-color: rgb(232,89,133); }
td.TdClassName
{
border-color: #E85985;
}
.TagClassName
{
border-color: #E85985;
}
</style>