Shades of Dark Pink #EE588A
Tints of Dark Pink #EE588A
RGB
CMYK
RGB Variations
Color information
#EE588A (or 0xEE588A) is known color: Dark Pink. HEX triplet: EE, 58 and 8A. RGB value is (238,88,138). Sum of RGB (Red+Green+Blue) = 238+88+138=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE588A is #11A775. Grayscale: #8A8A8A. Windows color (decimal): -1156982 or 9066734. OLE color: 9066734.
HSL color Cylindrical-coordinate representation of color #EE588A: hue angle of 340º 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 #EE588A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 138 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.07 |
| HSL | 340º | 0.82% | 0.64% | - |
| HSV(B) | 340º | 0.63% | 0.93% | - |
| XYZ | 43.34 | 26.99 | 26.97 | - |
| YUV | 138.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 138 | 0 | 0.63 | 0.42 | 0.07 | 340 | 0.82 | 0.64 |
| Hex | EE | 58 | 8A | 0 | 3F | 2A | 7 | 154 | 52 | 40 |
| Octal | 356 | 130 | 212 | 0 | 77 | 52 | 7 | 524 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10001010 | 0 | 111111 | 101010 | 111 | 101010100 | 1010010 | 1000000 |
Color Harmonies of #EE588A
Complementary color
Monochromatic Colors of #EE588A
Black with #EE588A
Text Example
Text Example
White with #EE588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE588A; }
p { color: rgb(238,88,138); }
H1.HeaderClassName
{
color: #EE588A;
}
.AnyTagClassName
{
color: #EE588A;
}
</style>
background-color css
<style>
a { background-color: #EE588A; }
a { background-color: rgb(238,88,138); }
div.DivClassName
{
background-color: #EE588A;
}
.BgClassName
{
background-color: #EE588A;
}
</style>
border-color css
<style>
span { border-color: #EE588A; }
span { border-color: rgb(238,88,138); }
td.TdClassName
{
border-color: #EE588A;
}
.TagClassName
{
border-color: #EE588A;
}
</style>