Shades of Dark Pink #EE588C
Tints of Dark Pink #EE588C
RGB
CMYK
RGB Variations
Color information
#EE588C (or 0xEE588C) is known color: Dark Pink. HEX triplet: EE, 58 and 8C. RGB value is (238,88,140). Sum of RGB (Red+Green+Blue) = 238+88+140=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE588C is #11A773. Grayscale: #8A8A8A. Windows color (decimal): -1156980 or 9197806. OLE color: 9197806.
HSL color Cylindrical-coordinate representation of color #EE588C: hue angle of 339.2º 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 #EE588C is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 140 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.07 |
| HSL | 339.2º | 0.82% | 0.64% | - |
| HSV(B) | 339.2º | 0.63% | 0.93% | - |
| XYZ | 43.48 | 27.05 | 27.74 | - |
| YUV | 138.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 140 | 0 | 0.63 | 0.41 | 0.07 | 339.2 | 0.82 | 0.64 |
| Hex | EE | 58 | 8C | 0 | 3F | 29 | 7 | 153 | 52 | 40 |
| Octal | 356 | 130 | 214 | 0 | 77 | 51 | 7 | 523 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10001100 | 0 | 111111 | 101001 | 111 | 101010011 | 1010010 | 1000000 |
Color Harmonies of #EE588C
Complementary color
Monochromatic Colors of #EE588C
Black with #EE588C
Text Example
Text Example
White with #EE588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE588C; }
p { color: rgb(238,88,140); }
H1.HeaderClassName
{
color: #EE588C;
}
.AnyTagClassName
{
color: #EE588C;
}
</style>
background-color css
<style>
a { background-color: #EE588C; }
a { background-color: rgb(238,88,140); }
div.DivClassName
{
background-color: #EE588C;
}
.BgClassName
{
background-color: #EE588C;
}
</style>
border-color css
<style>
span { border-color: #EE588C; }
span { border-color: rgb(238,88,140); }
td.TdClassName
{
border-color: #EE588C;
}
.TagClassName
{
border-color: #EE588C;
}
</style>