Shades of Dark Pink #EE588D
Tints of Dark Pink #EE588D
RGB
CMYK
RGB Variations
Color information
#EE588D (or 0xEE588D) is known color: Dark Pink. HEX triplet: EE, 58 and 8D. RGB value is (238,88,141). Sum of RGB (Red+Green+Blue) = 238+88+141=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE588D is #11A772. Grayscale: #8A8A8A. Windows color (decimal): -1156979 or 9263342. OLE color: 9263342.
HSL color Cylindrical-coordinate representation of color #EE588D: hue angle of 338.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE588D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 141 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.07 |
| HSL | 338.8º | 0.82% | 0.64% | - |
| HSV(B) | 338.8º | 0.63% | 0.93% | - |
| XYZ | 43.56 | 27.08 | 28.13 | - |
| YUV | 138.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 141 | 0 | 0.63 | 0.41 | 0.07 | 338.8 | 0.82 | 0.64 |
| Hex | EE | 58 | 8D | 0 | 3F | 29 | 7 | 153 | 52 | 40 |
| Octal | 356 | 130 | 215 | 0 | 77 | 51 | 7 | 523 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10001101 | 0 | 111111 | 101001 | 111 | 101010011 | 1010010 | 1000000 |
Color Harmonies of #EE588D
Complementary color
Monochromatic Colors of #EE588D
Black with #EE588D
Text Example
Text Example
White with #EE588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE588D; }
p { color: rgb(238,88,141); }
H1.HeaderClassName
{
color: #EE588D;
}
.AnyTagClassName
{
color: #EE588D;
}
</style>
background-color css
<style>
a { background-color: #EE588D; }
a { background-color: rgb(238,88,141); }
div.DivClassName
{
background-color: #EE588D;
}
.BgClassName
{
background-color: #EE588D;
}
</style>
border-color css
<style>
span { border-color: #EE588D; }
span { border-color: rgb(238,88,141); }
td.TdClassName
{
border-color: #EE588D;
}
.TagClassName
{
border-color: #EE588D;
}
</style>