Shades of Dark Pink #E9587D
Tints of Dark Pink #E9587D
RGB
CMYK
RGB Variations
Color information
#E9587D (or 0xE9587D) is known color: Dark Pink. HEX triplet: E9, 58 and 7D. RGB value is (233,88,125). Sum of RGB (Red+Green+Blue) = 233+88+125=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9587D is #16A782. Grayscale: #878787. Windows color (decimal): -1484675 or 8214761. OLE color: 8214761.
HSL color Cylindrical-coordinate representation of color #E9587D: hue angle of 344.69º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E9587D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 125 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.09 |
| HSL | 344.69º | 0.77% | 0.63% | - |
| HSV(B) | 344.69º | 0.62% | 0.91% | - |
| XYZ | 40.8 | 25.78 | 22.23 | - |
| YUV | 135.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 125 | 0 | 0.62 | 0.46 | 0.09 | 344.69 | 0.77 | 0.63 |
| Hex | E9 | 58 | 7D | 0 | 3E | 2E | 9 | 159 | 4D | 3F |
| Octal | 351 | 130 | 175 | 0 | 76 | 56 | 11 | 531 | 115 | 77 |
| Binary | 11101001 | 1011000 | 1111101 | 0 | 111110 | 101110 | 1001 | 101011001 | 1001101 | 111111 |
Color Harmonies of #E9587D
Complementary color
Monochromatic Colors of #E9587D
Black with #E9587D
Text Example
Text Example
White with #E9587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9587D; }
p { color: rgb(233,88,125); }
H1.HeaderClassName
{
color: #E9587D;
}
.AnyTagClassName
{
color: #E9587D;
}
</style>
background-color css
<style>
a { background-color: #E9587D; }
a { background-color: rgb(233,88,125); }
div.DivClassName
{
background-color: #E9587D;
}
.BgClassName
{
background-color: #E9587D;
}
</style>
border-color css
<style>
span { border-color: #E9587D; }
span { border-color: rgb(233,88,125); }
td.TdClassName
{
border-color: #E9587D;
}
.TagClassName
{
border-color: #E9587D;
}
</style>