Shades of Dark Pink #E85A8D
Tints of Dark Pink #E85A8D
RGB
CMYK
RGB Variations
Color information
#E85A8D (or 0xE85A8D) is known color: Dark Pink. HEX triplet: E8, 5A and 8D. RGB value is (232,90,141). Sum of RGB (Red+Green+Blue) = 232+90+141=463 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.11% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A8D is #17A572. Grayscale: #8A8A8A. Windows color (decimal): -1549683 or 9263848. OLE color: 9263848.
HSL color Cylindrical-coordinate representation of color #E85A8D: hue angle of 338.45º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A8D is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 141 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.09 |
| HSL | 338.45º | 0.76% | 0.63% | - |
| HSV(B) | 338.45º | 0.61% | 0.91% | - |
| XYZ | 41.74 | 26.39 | 28.09 | - |
| YUV | 138.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 141 | 0 | 0.61 | 0.39 | 0.09 | 338.45 | 0.76 | 0.63 |
| Hex | E8 | 5A | 8D | 0 | 3D | 27 | 9 | 152 | 4C | 3F |
| Octal | 350 | 132 | 215 | 0 | 75 | 47 | 11 | 522 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10001101 | 0 | 111101 | 100111 | 1001 | 101010010 | 1001100 | 111111 |
Color Harmonies of #E85A8D
Complementary color
Monochromatic Colors of #E85A8D
Black with #E85A8D
Text Example
Text Example
White with #E85A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A8D; }
p { color: rgb(232,90,141); }
H1.HeaderClassName
{
color: #E85A8D;
}
.AnyTagClassName
{
color: #E85A8D;
}
</style>
background-color css
<style>
a { background-color: #E85A8D; }
a { background-color: rgb(232,90,141); }
div.DivClassName
{
background-color: #E85A8D;
}
.BgClassName
{
background-color: #E85A8D;
}
</style>
border-color css
<style>
span { border-color: #E85A8D; }
span { border-color: rgb(232,90,141); }
td.TdClassName
{
border-color: #E85A8D;
}
.TagClassName
{
border-color: #E85A8D;
}
</style>