Shades of Dark Pink #E85889
Tints of Dark Pink #E85889
RGB
CMYK
RGB Variations
Color information
#E85889 (or 0xE85889) is known color: Dark Pink. HEX triplet: E8, 58 and 89. RGB value is (232,88,137). Sum of RGB (Red+Green+Blue) = 232+88+137=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E85889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85889 is #17A776. Grayscale: #888888. Windows color (decimal): -1550199 or 9001192. OLE color: 9001192.
HSL color Cylindrical-coordinate representation of color #E85889: hue angle of 339.58º 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 #E85889 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 137 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.09 |
| HSL | 339.58º | 0.76% | 0.63% | - |
| HSV(B) | 339.58º | 0.62% | 0.91% | - |
| XYZ | 41.28 | 25.94 | 26.5 | - |
| YUV | 136.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 137 | 0 | 0.62 | 0.41 | 0.09 | 339.58 | 0.76 | 0.63 |
| Hex | E8 | 58 | 89 | 0 | 3E | 29 | 9 | 154 | 4C | 3F |
| Octal | 350 | 130 | 211 | 0 | 76 | 51 | 11 | 524 | 114 | 77 |
| Binary | 11101000 | 1011000 | 10001001 | 0 | 111110 | 101001 | 1001 | 101010100 | 1001100 | 111111 |
Color Harmonies of #E85889
Complementary color
Monochromatic Colors of #E85889
Black with #E85889
Text Example
Text Example
White with #E85889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85889; }
p { color: rgb(232,88,137); }
H1.HeaderClassName
{
color: #E85889;
}
.AnyTagClassName
{
color: #E85889;
}
</style>
background-color css
<style>
a { background-color: #E85889; }
a { background-color: rgb(232,88,137); }
div.DivClassName
{
background-color: #E85889;
}
.BgClassName
{
background-color: #E85889;
}
</style>
border-color css
<style>
span { border-color: #E85889; }
span { border-color: rgb(232,88,137); }
td.TdClassName
{
border-color: #E85889;
}
.TagClassName
{
border-color: #E85889;
}
</style>