Shades of Dark Pink #E0587E
Tints of Dark Pink #E0587E
RGB
CMYK
RGB Variations
Color information
#E0587E (or 0xE0587E) is known color: Dark Pink. HEX triplet: E0, 58 and 7E. RGB value is (224,88,126). Sum of RGB (Red+Green+Blue) = 224+88+126=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E0587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0587E is #1FA781. Grayscale: #848484. Windows color (decimal): -2074498 or 8280288. OLE color: 8280288.
HSL color Cylindrical-coordinate representation of color #E0587E: hue angle of 343.24º degrees, saturation: 0.69, 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 #E0587E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 126 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.12 |
| HSL | 343.24º | 0.69% | 0.61% | - |
| HSV(B) | 343.24º | 0.61% | 0.88% | - |
| XYZ | 38 | 24.33 | 22.43 | - |
| YUV | 133 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 126 | 0 | 0.61 | 0.44 | 0.12 | 343.24 | 0.69 | 0.61 |
| Hex | E0 | 58 | 7E | 0 | 3D | 2C | C | 157 | 45 | 3D |
| Octal | 340 | 130 | 176 | 0 | 75 | 54 | 14 | 527 | 105 | 75 |
| Binary | 11100000 | 1011000 | 1111110 | 0 | 111101 | 101100 | 1100 | 101010111 | 1000101 | 111101 |
Color Harmonies of #E0587E
Complementary color
Monochromatic Colors of #E0587E
Black with #E0587E
Text Example
Text Example
White with #E0587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0587E; }
p { color: rgb(224,88,126); }
H1.HeaderClassName
{
color: #E0587E;
}
.AnyTagClassName
{
color: #E0587E;
}
</style>
background-color css
<style>
a { background-color: #E0587E; }
a { background-color: rgb(224,88,126); }
div.DivClassName
{
background-color: #E0587E;
}
.BgClassName
{
background-color: #E0587E;
}
</style>
border-color css
<style>
span { border-color: #E0587E; }
span { border-color: rgb(224,88,126); }
td.TdClassName
{
border-color: #E0587E;
}
.TagClassName
{
border-color: #E0587E;
}
</style>