Shades of Dark Pink #E85876
Tints of Dark Pink #E85876
RGB
CMYK
RGB Variations
Color information
#E85876 (or 0xE85876) is known color: Dark Pink. HEX triplet: E8, 58 and 76. RGB value is (232,88,118). Sum of RGB (Red+Green+Blue) = 232+88+118=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E85876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85876 is #17A789. Grayscale: #868686. Windows color (decimal): -1550218 or 7756008. OLE color: 7756008.
HSL color Cylindrical-coordinate representation of color #E85876: hue angle of 347.5º 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 #E85876 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 118 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.09 |
| HSL | 347.5º | 0.76% | 0.63% | - |
| HSV(B) | 347.5º | 0.62% | 0.91% | - |
| XYZ | 40.04 | 25.44 | 19.94 | - |
| YUV | 134.48 | 118.71 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 118 | 0 | 0.62 | 0.49 | 0.09 | 347.5 | 0.76 | 0.63 |
| Hex | E8 | 58 | 76 | 0 | 3E | 31 | 9 | 15C | 4C | 3F |
| Octal | 350 | 130 | 166 | 0 | 76 | 61 | 11 | 534 | 114 | 77 |
| Binary | 11101000 | 1011000 | 1110110 | 0 | 111110 | 110001 | 1001 | 101011100 | 1001100 | 111111 |
Color Harmonies of #E85876
Complementary color
Monochromatic Colors of #E85876
Black with #E85876
Text Example
Text Example
White with #E85876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85876; }
p { color: rgb(232,88,118); }
H1.HeaderClassName
{
color: #E85876;
}
.AnyTagClassName
{
color: #E85876;
}
</style>
background-color css
<style>
a { background-color: #E85876; }
a { background-color: rgb(232,88,118); }
div.DivClassName
{
background-color: #E85876;
}
.BgClassName
{
background-color: #E85876;
}
</style>
border-color css
<style>
span { border-color: #E85876; }
span { border-color: rgb(232,88,118); }
td.TdClassName
{
border-color: #E85876;
}
.TagClassName
{
border-color: #E85876;
}
</style>