Shades of Dark Pink #E9588D
Tints of Dark Pink #E9588D
RGB
CMYK
RGB Variations
Color information
#E9588D (or 0xE9588D) is known color: Dark Pink. HEX triplet: E9, 58 and 8D. RGB value is (233,88,141). Sum of RGB (Red+Green+Blue) = 233+88+141=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E9588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9588D is #16A772. Grayscale: #898989. Windows color (decimal): -1484659 or 9263337. OLE color: 9263337.
HSL color Cylindrical-coordinate representation of color #E9588D: hue angle of 338.07º 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 #E9588D is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 141 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.09 |
| HSL | 338.07º | 0.77% | 0.63% | - |
| HSV(B) | 338.07º | 0.62% | 0.91% | - |
| XYZ | 41.9 | 26.23 | 28.05 | - |
| YUV | 137.4 | 130.04 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 141 | 0 | 0.62 | 0.39 | 0.09 | 338.07 | 0.77 | 0.63 |
| Hex | E9 | 58 | 8D | 0 | 3E | 27 | 9 | 152 | 4D | 3F |
| Octal | 351 | 130 | 215 | 0 | 76 | 47 | 11 | 522 | 115 | 77 |
| Binary | 11101001 | 1011000 | 10001101 | 0 | 111110 | 100111 | 1001 | 101010010 | 1001101 | 111111 |
Color Harmonies of #E9588D
Complementary color
Monochromatic Colors of #E9588D
Black with #E9588D
Text Example
Text Example
White with #E9588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9588D; }
p { color: rgb(233,88,141); }
H1.HeaderClassName
{
color: #E9588D;
}
.AnyTagClassName
{
color: #E9588D;
}
</style>
background-color css
<style>
a { background-color: #E9588D; }
a { background-color: rgb(233,88,141); }
div.DivClassName
{
background-color: #E9588D;
}
.BgClassName
{
background-color: #E9588D;
}
</style>
border-color css
<style>
span { border-color: #E9588D; }
span { border-color: rgb(233,88,141); }
td.TdClassName
{
border-color: #E9588D;
}
.TagClassName
{
border-color: #E9588D;
}
</style>