Shades of Dark Pink #E5588B
Tints of Dark Pink #E5588B
RGB
CMYK
RGB Variations
Color information
#E5588B (or 0xE5588B) is known color: Dark Pink. HEX triplet: E5, 58 and 8B. RGB value is (229,88,139). Sum of RGB (Red+Green+Blue) = 229+88+139=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5588B is #1AA774. Grayscale: #878787. Windows color (decimal): -1746805 or 9132261. OLE color: 9132261.
HSL color Cylindrical-coordinate representation of color #E5588B: hue angle of 338.3º 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 #E5588B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 139 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.10 |
| HSL | 338.3º | 0.73% | 0.62% | - |
| HSV(B) | 338.3º | 0.62% | 0.9% | - |
| XYZ | 40.46 | 25.5 | 27.22 | - |
| YUV | 135.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 139 | 0 | 0.62 | 0.39 | 0.10 | 338.3 | 0.73 | 0.62 |
| Hex | E5 | 58 | 8B | 0 | 3E | 27 | A | 152 | 49 | 3E |
| Octal | 345 | 130 | 213 | 0 | 76 | 47 | 12 | 522 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10001011 | 0 | 111110 | 100111 | 1010 | 101010010 | 1001001 | 111110 |
Color Harmonies of #E5588B
Complementary color
Monochromatic Colors of #E5588B
Black with #E5588B
Text Example
Text Example
White with #E5588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5588B; }
p { color: rgb(229,88,139); }
H1.HeaderClassName
{
color: #E5588B;
}
.AnyTagClassName
{
color: #E5588B;
}
</style>
background-color css
<style>
a { background-color: #E5588B; }
a { background-color: rgb(229,88,139); }
div.DivClassName
{
background-color: #E5588B;
}
.BgClassName
{
background-color: #E5588B;
}
</style>
border-color css
<style>
span { border-color: #E5588B; }
span { border-color: rgb(229,88,139); }
td.TdClassName
{
border-color: #E5588B;
}
.TagClassName
{
border-color: #E5588B;
}
</style>