Shades of Dark Pink #E5587D
Tints of Dark Pink #E5587D
RGB
CMYK
RGB Variations
Color information
#E5587D (or 0xE5587D) is known color: Dark Pink. HEX triplet: E5, 58 and 7D. RGB value is (229,88,125). Sum of RGB (Red+Green+Blue) = 229+88+125=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5587D is #1AA782. Grayscale: #868686. Windows color (decimal): -1746819 or 8214757. OLE color: 8214757.
HSL color Cylindrical-coordinate representation of color #E5587D: hue angle of 344.26º 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 #E5587D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 125 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.10 |
| HSL | 344.26º | 0.73% | 0.62% | - |
| HSV(B) | 344.26º | 0.62% | 0.9% | - |
| XYZ | 39.5 | 25.12 | 22.17 | - |
| YUV | 134.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 125 | 0 | 0.62 | 0.45 | 0.10 | 344.26 | 0.73 | 0.62 |
| Hex | E5 | 58 | 7D | 0 | 3E | 2D | A | 158 | 49 | 3E |
| Octal | 345 | 130 | 175 | 0 | 76 | 55 | 12 | 530 | 111 | 76 |
| Binary | 11100101 | 1011000 | 1111101 | 0 | 111110 | 101101 | 1010 | 101011000 | 1001001 | 111110 |
Color Harmonies of #E5587D
Complementary color
Monochromatic Colors of #E5587D
Black with #E5587D
Text Example
Text Example
White with #E5587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5587D; }
p { color: rgb(229,88,125); }
H1.HeaderClassName
{
color: #E5587D;
}
.AnyTagClassName
{
color: #E5587D;
}
</style>
background-color css
<style>
a { background-color: #E5587D; }
a { background-color: rgb(229,88,125); }
div.DivClassName
{
background-color: #E5587D;
}
.BgClassName
{
background-color: #E5587D;
}
</style>
border-color css
<style>
span { border-color: #E5587D; }
span { border-color: rgb(229,88,125); }
td.TdClassName
{
border-color: #E5587D;
}
.TagClassName
{
border-color: #E5587D;
}
</style>