Shades of Dark Pink #E85973
Tints of Dark Pink #E85973
RGB
CMYK
RGB Variations
Color information
#E85973 (or 0xE85973) is known color: Dark Pink. HEX triplet: E8, 59 and 73. RGB value is (232,89,115). Sum of RGB (Red+Green+Blue) = 232+89+115=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E85973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85973 is #17A68C. Grayscale: #868686. Windows color (decimal): -1549965 or 7559656. OLE color: 7559656.
HSL color Cylindrical-coordinate representation of color #E85973: hue angle of 349.09º 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 #E85973 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 89 | 115 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.09 |
| HSL | 349.09º | 0.76% | 0.63% | - |
| HSV(B) | 349.09º | 0.62% | 0.91% | - |
| XYZ | 39.95 | 25.54 | 19.04 | - |
| YUV | 134.72 | 116.88 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 89 | 115 | 0 | 0.62 | 0.50 | 0.09 | 349.09 | 0.76 | 0.63 |
| Hex | E8 | 59 | 73 | 0 | 3E | 32 | 9 | 15D | 4C | 3F |
| Octal | 350 | 131 | 163 | 0 | 76 | 62 | 11 | 535 | 114 | 77 |
| Binary | 11101000 | 1011001 | 1110011 | 0 | 111110 | 110010 | 1001 | 101011101 | 1001100 | 111111 |
Color Harmonies of #E85973
Complementary color
Monochromatic Colors of #E85973
Black with #E85973
Text Example
Text Example
White with #E85973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85973; }
p { color: rgb(232,89,115); }
H1.HeaderClassName
{
color: #E85973;
}
.AnyTagClassName
{
color: #E85973;
}
</style>
background-color css
<style>
a { background-color: #E85973; }
a { background-color: rgb(232,89,115); }
div.DivClassName
{
background-color: #E85973;
}
.BgClassName
{
background-color: #E85973;
}
</style>
border-color css
<style>
span { border-color: #E85973; }
span { border-color: rgb(232,89,115); }
td.TdClassName
{
border-color: #E85973;
}
.TagClassName
{
border-color: #E85973;
}
</style>