Shades of Dark Pink #E85D79
Tints of Dark Pink #E85D79
RGB
CMYK
RGB Variations
Color information
#E85D79 (or 0xE85D79) is known color: Dark Pink. HEX triplet: E8, 5D and 79. RGB value is (232,93,121). Sum of RGB (Red+Green+Blue) = 232+93+121=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D79 is #17A286. Grayscale: #898989. Windows color (decimal): -1548935 or 7953896. OLE color: 7953896.
HSL color Cylindrical-coordinate representation of color #E85D79: hue angle of 347.91º 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 #E85D79 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 121 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.09 |
| HSL | 347.91º | 0.75% | 0.64% | - |
| HSV(B) | 347.91º | 0.6% | 0.91% | - |
| XYZ | 40.64 | 26.36 | 21.04 | - |
| YUV | 137.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 121 | 0 | 0.60 | 0.48 | 0.09 | 347.91 | 0.75 | 0.64 |
| Hex | E8 | 5D | 79 | 0 | 3C | 30 | 9 | 15C | 4B | 40 |
| Octal | 350 | 135 | 171 | 0 | 74 | 60 | 11 | 534 | 113 | 100 |
| Binary | 11101000 | 1011101 | 1111001 | 0 | 111100 | 110000 | 1001 | 101011100 | 1001011 | 1000000 |
Color Harmonies of #E85D79
Complementary color
Monochromatic Colors of #E85D79
Black with #E85D79
Text Example
Text Example
White with #E85D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D79; }
p { color: rgb(232,93,121); }
H1.HeaderClassName
{
color: #E85D79;
}
.AnyTagClassName
{
color: #E85D79;
}
</style>
background-color css
<style>
a { background-color: #E85D79; }
a { background-color: rgb(232,93,121); }
div.DivClassName
{
background-color: #E85D79;
}
.BgClassName
{
background-color: #E85D79;
}
</style>
border-color css
<style>
span { border-color: #E85D79; }
span { border-color: rgb(232,93,121); }
td.TdClassName
{
border-color: #E85D79;
}
.TagClassName
{
border-color: #E85D79;
}
</style>