Shades of Dark Pink #E85984
Tints of Dark Pink #E85984
RGB
CMYK
RGB Variations
Color information
#E85984 (or 0xE85984) is known color: Dark Pink. HEX triplet: E8, 59 and 84. RGB value is (232,89,132). Sum of RGB (Red+Green+Blue) = 232+89+132=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E85984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85984 is #17A67B. Grayscale: #888888. Windows color (decimal): -1549948 or 8673768. OLE color: 8673768.
HSL color Cylindrical-coordinate representation of color #E85984: hue angle of 341.96º 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 #E85984 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 132 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.09 |
| HSL | 341.96º | 0.76% | 0.63% | - |
| HSV(B) | 341.96º | 0.62% | 0.91% | - |
| XYZ | 41.02 | 25.97 | 24.68 | - |
| YUV | 136.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 132 | 0 | 0.62 | 0.43 | 0.09 | 341.96 | 0.76 | 0.63 |
| Hex | E8 | 59 | 84 | 0 | 3E | 2B | 9 | 156 | 4C | 3F |
| Octal | 350 | 131 | 204 | 0 | 76 | 53 | 11 | 526 | 114 | 77 |
| Binary | 11101000 | 1011001 | 10000100 | 0 | 111110 | 101011 | 1001 | 101010110 | 1001100 | 111111 |
Color Harmonies of #E85984
Complementary color
Monochromatic Colors of #E85984
Black with #E85984
Text Example
Text Example
White with #E85984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85984; }
p { color: rgb(232,89,132); }
H1.HeaderClassName
{
color: #E85984;
}
.AnyTagClassName
{
color: #E85984;
}
</style>
background-color css
<style>
a { background-color: #E85984; }
a { background-color: rgb(232,89,132); }
div.DivClassName
{
background-color: #E85984;
}
.BgClassName
{
background-color: #E85984;
}
</style>
border-color css
<style>
span { border-color: #E85984; }
span { border-color: rgb(232,89,132); }
td.TdClassName
{
border-color: #E85984;
}
.TagClassName
{
border-color: #E85984;
}
</style>