Shades of Dark Pink #E85688
Tints of Dark Pink #E85688
RGB
CMYK
RGB Variations
Color information
#E85688 (or 0xE85688) is known color: Dark Pink. HEX triplet: E8, 56 and 88. RGB value is (232,86,136). Sum of RGB (Red+Green+Blue) = 232+86+136=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E85688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85688 is #17A977. Grayscale: #878787. Windows color (decimal): -1550712 or 8935144. OLE color: 8935144.
HSL color Cylindrical-coordinate representation of color #E85688: hue angle of 339.45º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E85688 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 136 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.09 |
| HSL | 339.45º | 0.76% | 0.62% | - |
| HSV(B) | 339.45º | 0.63% | 0.91% | - |
| XYZ | 41.05 | 25.59 | 26.07 | - |
| YUV | 135.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 136 | 0 | 0.63 | 0.41 | 0.09 | 339.45 | 0.76 | 0.62 |
| Hex | E8 | 56 | 88 | 0 | 3F | 29 | 9 | 153 | 4C | 3E |
| Octal | 350 | 126 | 210 | 0 | 77 | 51 | 11 | 523 | 114 | 76 |
| Binary | 11101000 | 1010110 | 10001000 | 0 | 111111 | 101001 | 1001 | 101010011 | 1001100 | 111110 |
Color Harmonies of #E85688
Complementary color
Monochromatic Colors of #E85688
Black with #E85688
Text Example
Text Example
White with #E85688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85688; }
p { color: rgb(232,86,136); }
H1.HeaderClassName
{
color: #E85688;
}
.AnyTagClassName
{
color: #E85688;
}
</style>
background-color css
<style>
a { background-color: #E85688; }
a { background-color: rgb(232,86,136); }
div.DivClassName
{
background-color: #E85688;
}
.BgClassName
{
background-color: #E85688;
}
</style>
border-color css
<style>
span { border-color: #E85688; }
span { border-color: rgb(232,86,136); }
td.TdClassName
{
border-color: #E85688;
}
.TagClassName
{
border-color: #E85688;
}
</style>