Shades of Dark Pink #E5588A
Tints of Dark Pink #E5588A
RGB
CMYK
RGB Variations
Color information
#E5588A (or 0xE5588A) is known color: Dark Pink. HEX triplet: E5, 58 and 8A. RGB value is (229,88,138). Sum of RGB (Red+Green+Blue) = 229+88+138=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5588A is #1AA775. Grayscale: #878787. Windows color (decimal): -1746806 or 9066725. OLE color: 9066725.
HSL color Cylindrical-coordinate representation of color #E5588A: hue angle of 338.72º 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 #E5588A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 138 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.10 |
| HSL | 338.72º | 0.73% | 0.62% | - |
| HSV(B) | 338.72º | 0.62% | 0.9% | - |
| XYZ | 40.39 | 25.47 | 26.83 | - |
| YUV | 135.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 138 | 0 | 0.62 | 0.40 | 0.10 | 338.72 | 0.73 | 0.62 |
| Hex | E5 | 58 | 8A | 0 | 3E | 28 | A | 153 | 49 | 3E |
| Octal | 345 | 130 | 212 | 0 | 76 | 50 | 12 | 523 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10001010 | 0 | 111110 | 101000 | 1010 | 101010011 | 1001001 | 111110 |
Color Harmonies of #E5588A
Complementary color
Monochromatic Colors of #E5588A
Black with #E5588A
Text Example
Text Example
White with #E5588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5588A; }
p { color: rgb(229,88,138); }
H1.HeaderClassName
{
color: #E5588A;
}
.AnyTagClassName
{
color: #E5588A;
}
</style>
background-color css
<style>
a { background-color: #E5588A; }
a { background-color: rgb(229,88,138); }
div.DivClassName
{
background-color: #E5588A;
}
.BgClassName
{
background-color: #E5588A;
}
</style>
border-color css
<style>
span { border-color: #E5588A; }
span { border-color: rgb(229,88,138); }
td.TdClassName
{
border-color: #E5588A;
}
.TagClassName
{
border-color: #E5588A;
}
</style>