Shades of Dark Pink #E85584
Tints of Dark Pink #E85584
RGB
CMYK
RGB Variations
Color information
#E85584 (or 0xE85584) is known color: Dark Pink. HEX triplet: E8, 55 and 84. RGB value is (232,85,132). Sum of RGB (Red+Green+Blue) = 232+85+132=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85584 is #17AA7B. Grayscale: #868686. Windows color (decimal): -1550972 or 8672744. OLE color: 8672744.
HSL color Cylindrical-coordinate representation of color #E85584: hue angle of 340.82º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85584 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 132 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.09 |
| HSL | 340.82º | 0.76% | 0.62% | - |
| HSV(B) | 340.82º | 0.63% | 0.91% | - |
| XYZ | 40.69 | 25.32 | 24.57 | - |
| YUV | 134.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 132 | 0 | 0.63 | 0.43 | 0.09 | 340.82 | 0.76 | 0.62 |
| Hex | E8 | 55 | 84 | 0 | 3F | 2B | 9 | 155 | 4C | 3E |
| Octal | 350 | 125 | 204 | 0 | 77 | 53 | 11 | 525 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10000100 | 0 | 111111 | 101011 | 1001 | 101010101 | 1001100 | 111110 |
Color Harmonies of #E85584
Complementary color
Monochromatic Colors of #E85584
Black with #E85584
Text Example
Text Example
White with #E85584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85584; }
p { color: rgb(232,85,132); }
H1.HeaderClassName
{
color: #E85584;
}
.AnyTagClassName
{
color: #E85584;
}
</style>
background-color css
<style>
a { background-color: #E85584; }
a { background-color: rgb(232,85,132); }
div.DivClassName
{
background-color: #E85584;
}
.BgClassName
{
background-color: #E85584;
}
</style>
border-color css
<style>
span { border-color: #E85584; }
span { border-color: rgb(232,85,132); }
td.TdClassName
{
border-color: #E85584;
}
.TagClassName
{
border-color: #E85584;
}
</style>