Shades of Dark Pink #E5588E
Tints of Dark Pink #E5588E
RGB
CMYK
RGB Variations
Color information
#E5588E (or 0xE5588E) is known color: Dark Pink. HEX triplet: E5, 58 and 8E. RGB value is (229,88,142). Sum of RGB (Red+Green+Blue) = 229+88+142=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5588E is #1AA771. Grayscale: #888888. Windows color (decimal): -1746802 or 9328869. OLE color: 9328869.
HSL color Cylindrical-coordinate representation of color #E5588E: hue angle of 337.02º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5588E is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 142 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.10 |
| HSL | 337.02º | 0.73% | 0.62% | - |
| HSV(B) | 337.02º | 0.62% | 0.9% | - |
| XYZ | 40.69 | 25.59 | 28.39 | - |
| YUV | 136.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 142 | 0 | 0.62 | 0.38 | 0.10 | 337.02 | 0.73 | 0.62 |
| Hex | E5 | 58 | 8E | 0 | 3E | 26 | A | 151 | 49 | 3E |
| Octal | 345 | 130 | 216 | 0 | 76 | 46 | 12 | 521 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10001110 | 0 | 111110 | 100110 | 1010 | 101010001 | 1001001 | 111110 |
Color Harmonies of #E5588E
Complementary color
Monochromatic Colors of #E5588E
Black with #E5588E
Text Example
Text Example
White with #E5588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5588E; }
p { color: rgb(229,88,142); }
H1.HeaderClassName
{
color: #E5588E;
}
.AnyTagClassName
{
color: #E5588E;
}
</style>
background-color css
<style>
a { background-color: #E5588E; }
a { background-color: rgb(229,88,142); }
div.DivClassName
{
background-color: #E5588E;
}
.BgClassName
{
background-color: #E5588E;
}
</style>
border-color css
<style>
span { border-color: #E5588E; }
span { border-color: rgb(229,88,142); }
td.TdClassName
{
border-color: #E5588E;
}
.TagClassName
{
border-color: #E5588E;
}
</style>