Shades of Dark Pink #E85689
Tints of Dark Pink #E85689
RGB
CMYK
RGB Variations
Color information
#E85689 (or 0xE85689) is known color: Dark Pink. HEX triplet: E8, 56 and 89. RGB value is (232,86,137). Sum of RGB (Red+Green+Blue) = 232+86+137=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E85689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85689 is #17A976. Grayscale: #878787. Windows color (decimal): -1550711 or 9000680. OLE color: 9000680.
HSL color Cylindrical-coordinate representation of color #E85689: hue angle of 339.04º 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 #E85689 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 137 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.09 |
| HSL | 339.04º | 0.76% | 0.62% | - |
| HSV(B) | 339.04º | 0.63% | 0.91% | - |
| XYZ | 41.12 | 25.62 | 26.44 | - |
| YUV | 135.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 137 | 0 | 0.63 | 0.41 | 0.09 | 339.04 | 0.76 | 0.62 |
| Hex | E8 | 56 | 89 | 0 | 3F | 29 | 9 | 153 | 4C | 3E |
| Octal | 350 | 126 | 211 | 0 | 77 | 51 | 11 | 523 | 114 | 76 |
| Binary | 11101000 | 1010110 | 10001001 | 0 | 111111 | 101001 | 1001 | 101010011 | 1001100 | 111110 |
Color Harmonies of #E85689
Complementary color
Monochromatic Colors of #E85689
Black with #E85689
Text Example
Text Example
White with #E85689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85689; }
p { color: rgb(232,86,137); }
H1.HeaderClassName
{
color: #E85689;
}
.AnyTagClassName
{
color: #E85689;
}
</style>
background-color css
<style>
a { background-color: #E85689; }
a { background-color: rgb(232,86,137); }
div.DivClassName
{
background-color: #E85689;
}
.BgClassName
{
background-color: #E85689;
}
</style>
border-color css
<style>
span { border-color: #E85689; }
span { border-color: rgb(232,86,137); }
td.TdClassName
{
border-color: #E85689;
}
.TagClassName
{
border-color: #E85689;
}
</style>