Shades of Dark Pink #E85D78
Tints of Dark Pink #E85D78
RGB
CMYK
RGB Variations
Color information
#E85D78 (or 0xE85D78) is known color: Dark Pink. HEX triplet: E8, 5D and 78. RGB value is (232,93,120). Sum of RGB (Red+Green+Blue) = 232+93+120=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D78 is #17A287. Grayscale: #898989. Windows color (decimal): -1548936 or 7888360. OLE color: 7888360.
HSL color Cylindrical-coordinate representation of color #E85D78: hue angle of 348.35º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85D78 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 120 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.09 |
| HSL | 348.35º | 0.75% | 0.64% | - |
| HSV(B) | 348.35º | 0.6% | 0.91% | - |
| XYZ | 40.58 | 26.34 | 20.71 | - |
| YUV | 137.64 | 118.05 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 120 | 0 | 0.60 | 0.48 | 0.09 | 348.35 | 0.75 | 0.64 |
| Hex | E8 | 5D | 78 | 0 | 3C | 30 | 9 | 15C | 4B | 40 |
| Octal | 350 | 135 | 170 | 0 | 74 | 60 | 11 | 534 | 113 | 100 |
| Binary | 11101000 | 1011101 | 1111000 | 0 | 111100 | 110000 | 1001 | 101011100 | 1001011 | 1000000 |
Color Harmonies of #E85D78
Complementary color
Monochromatic Colors of #E85D78
Black with #E85D78
Text Example
Text Example
White with #E85D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D78; }
p { color: rgb(232,93,120); }
H1.HeaderClassName
{
color: #E85D78;
}
.AnyTagClassName
{
color: #E85D78;
}
</style>
background-color css
<style>
a { background-color: #E85D78; }
a { background-color: rgb(232,93,120); }
div.DivClassName
{
background-color: #E85D78;
}
.BgClassName
{
background-color: #E85D78;
}
</style>
border-color css
<style>
span { border-color: #E85D78; }
span { border-color: rgb(232,93,120); }
td.TdClassName
{
border-color: #E85D78;
}
.TagClassName
{
border-color: #E85D78;
}
</style>