Shades of Dark Pink #E1587D
Tints of Dark Pink #E1587D
RGB
CMYK
RGB Variations
Color information
#E1587D (or 0xE1587D) is known color: Dark Pink. HEX triplet: E1, 58 and 7D. RGB value is (225,88,125). Sum of RGB (Red+Green+Blue) = 225+88+125=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1587D is #1EA782. Grayscale: #858585. Windows color (decimal): -2008963 or 8214753. OLE color: 8214753.
HSL color Cylindrical-coordinate representation of color #E1587D: hue angle of 343.8º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1587D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 125 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.12 |
| HSL | 343.8º | 0.7% | 0.61% | - |
| HSV(B) | 343.8º | 0.61% | 0.88% | - |
| XYZ | 38.24 | 24.47 | 22.11 | - |
| YUV | 133.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 125 | 0 | 0.61 | 0.44 | 0.12 | 343.8 | 0.7 | 0.61 |
| Hex | E1 | 58 | 7D | 0 | 3D | 2C | C | 158 | 46 | 3D |
| Octal | 341 | 130 | 175 | 0 | 75 | 54 | 14 | 530 | 106 | 75 |
| Binary | 11100001 | 1011000 | 1111101 | 0 | 111101 | 101100 | 1100 | 101011000 | 1000110 | 111101 |
Color Harmonies of #E1587D
Complementary color
Monochromatic Colors of #E1587D
Black with #E1587D
Text Example
Text Example
White with #E1587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1587D; }
p { color: rgb(225,88,125); }
H1.HeaderClassName
{
color: #E1587D;
}
.AnyTagClassName
{
color: #E1587D;
}
</style>
background-color css
<style>
a { background-color: #E1587D; }
a { background-color: rgb(225,88,125); }
div.DivClassName
{
background-color: #E1587D;
}
.BgClassName
{
background-color: #E1587D;
}
</style>
border-color css
<style>
span { border-color: #E1587D; }
span { border-color: rgb(225,88,125); }
td.TdClassName
{
border-color: #E1587D;
}
.TagClassName
{
border-color: #E1587D;
}
</style>