Shades of Dark Pink #E85875
Tints of Dark Pink #E85875
RGB
CMYK
RGB Variations
Color information
#E85875 (or 0xE85875) is known color: Dark Pink. HEX triplet: E8, 58 and 75. RGB value is (232,88,117). Sum of RGB (Red+Green+Blue) = 232+88+117=437 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.09% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 232 - color contains mainly: red. Hex color #E85875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85875 is #17A78A. Grayscale: #868686. Windows color (decimal): -1550219 or 7690472. OLE color: 7690472.
HSL color Cylindrical-coordinate representation of color #E85875: hue angle of 347.92º 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 #E85875 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 117 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.09 |
| HSL | 347.92º | 0.76% | 0.63% | - |
| HSV(B) | 347.92º | 0.62% | 0.91% | - |
| XYZ | 39.98 | 25.42 | 19.63 | - |
| YUV | 134.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 117 | 0 | 0.62 | 0.50 | 0.09 | 347.92 | 0.76 | 0.63 |
| Hex | E8 | 58 | 75 | 0 | 3E | 32 | 9 | 15C | 4C | 3F |
| Octal | 350 | 130 | 165 | 0 | 76 | 62 | 11 | 534 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1110101 | 0 | 111110 | 110010 | 1001 | 101011100 | 1001100 | 111111 |
Color Harmonies of #E85875
Complementary color
Monochromatic Colors of #E85875
Black with #E85875
Text Example
Text Example
White with #E85875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85875; }
p { color: rgb(232,88,117); }
H1.HeaderClassName
{
color: #E85875;
}
.AnyTagClassName
{
color: #E85875;
}
</style>
background-color css
<style>
a { background-color: #E85875; }
a { background-color: rgb(232,88,117); }
div.DivClassName
{
background-color: #E85875;
}
.BgClassName
{
background-color: #E85875;
}
</style>
border-color css
<style>
span { border-color: #E85875; }
span { border-color: rgb(232,88,117); }
td.TdClassName
{
border-color: #E85875;
}
.TagClassName
{
border-color: #E85875;
}
</style>