Shades of Dark Pink #E85582
Tints of Dark Pink #E85582
RGB
CMYK
RGB Variations
Color information
#E85582 (or 0xE85582) is known color: Dark Pink. HEX triplet: E8, 55 and 82. RGB value is (232,85,130). Sum of RGB (Red+Green+Blue) = 232+85+130=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85582 is #17AA7D. Grayscale: #868686. Windows color (decimal): -1550974 or 8541672. OLE color: 8541672.
HSL color Cylindrical-coordinate representation of color #E85582: hue angle of 341.63º 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 #E85582 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 85 | 130 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.09 |
| HSL | 341.63º | 0.76% | 0.62% | - |
| HSV(B) | 341.63º | 0.63% | 0.91% | - |
| XYZ | 40.56 | 25.26 | 23.86 | - |
| YUV | 134.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 85 | 130 | 0 | 0.63 | 0.44 | 0.09 | 341.63 | 0.76 | 0.62 |
| Hex | E8 | 55 | 82 | 0 | 3F | 2C | 9 | 156 | 4C | 3E |
| Octal | 350 | 125 | 202 | 0 | 77 | 54 | 11 | 526 | 114 | 76 |
| Binary | 11101000 | 1010101 | 10000010 | 0 | 111111 | 101100 | 1001 | 101010110 | 1001100 | 111110 |
Color Harmonies of #E85582
Complementary color
Monochromatic Colors of #E85582
Black with #E85582
Text Example
Text Example
White with #E85582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85582; }
p { color: rgb(232,85,130); }
H1.HeaderClassName
{
color: #E85582;
}
.AnyTagClassName
{
color: #E85582;
}
</style>
background-color css
<style>
a { background-color: #E85582; }
a { background-color: rgb(232,85,130); }
div.DivClassName
{
background-color: #E85582;
}
.BgClassName
{
background-color: #E85582;
}
</style>
border-color css
<style>
span { border-color: #E85582; }
span { border-color: rgb(232,85,130); }
td.TdClassName
{
border-color: #E85582;
}
.TagClassName
{
border-color: #E85582;
}
</style>