Shades of Dark Pink #E85A88
Tints of Dark Pink #E85A88
RGB
CMYK
RGB Variations
Color information
#E85A88 (or 0xE85A88) is known color: Dark Pink. HEX triplet: E8, 5A and 88. RGB value is (232,90,136). Sum of RGB (Red+Green+Blue) = 232+90+136=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85A88 is #17A577. Grayscale: #898989. Windows color (decimal): -1549688 or 8936168. OLE color: 8936168.
HSL color Cylindrical-coordinate representation of color #E85A88: hue angle of 340.56º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85A88 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 136 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.09 |
| HSL | 340.56º | 0.76% | 0.63% | - |
| HSV(B) | 340.56º | 0.61% | 0.91% | - |
| XYZ | 41.38 | 26.25 | 26.18 | - |
| YUV | 137.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 136 | 0 | 0.61 | 0.41 | 0.09 | 340.56 | 0.76 | 0.63 |
| Hex | E8 | 5A | 88 | 0 | 3D | 29 | 9 | 155 | 4C | 3F |
| Octal | 350 | 132 | 210 | 0 | 75 | 51 | 11 | 525 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10001000 | 0 | 111101 | 101001 | 1001 | 101010101 | 1001100 | 111111 |
Color Harmonies of #E85A88
Complementary color
Monochromatic Colors of #E85A88
Black with #E85A88
Text Example
Text Example
White with #E85A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A88; }
p { color: rgb(232,90,136); }
H1.HeaderClassName
{
color: #E85A88;
}
.AnyTagClassName
{
color: #E85A88;
}
</style>
background-color css
<style>
a { background-color: #E85A88; }
a { background-color: rgb(232,90,136); }
div.DivClassName
{
background-color: #E85A88;
}
.BgClassName
{
background-color: #E85A88;
}
</style>
border-color css
<style>
span { border-color: #E85A88; }
span { border-color: rgb(232,90,136); }
td.TdClassName
{
border-color: #E85A88;
}
.TagClassName
{
border-color: #E85A88;
}
</style>