Shades of Dark Pink #EE5887
Tints of Dark Pink #EE5887
RGB
CMYK
RGB Variations
Color information
#EE5887 (or 0xEE5887) is known color: Dark Pink. HEX triplet: EE, 58 and 87. RGB value is (238,88,135). Sum of RGB (Red+Green+Blue) = 238+88+135=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5887 is #11A778. Grayscale: #8A8A8A. Windows color (decimal): -1156985 or 8870126. OLE color: 8870126.
HSL color Cylindrical-coordinate representation of color #EE5887: hue angle of 341.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 #EE5887 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 135 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.07 |
| HSL | 341.2º | 0.82% | 0.64% | - |
| HSV(B) | 341.2º | 0.63% | 0.93% | - |
| XYZ | 43.12 | 26.91 | 25.84 | - |
| YUV | 138.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 135 | 0 | 0.63 | 0.43 | 0.07 | 341.2 | 0.82 | 0.64 |
| Hex | EE | 58 | 87 | 0 | 3F | 2B | 7 | 155 | 52 | 40 |
| Octal | 356 | 130 | 207 | 0 | 77 | 53 | 7 | 525 | 122 | 100 |
| Binary | 11101110 | 1011000 | 10000111 | 0 | 111111 | 101011 | 111 | 101010101 | 1010010 | 1000000 |
Color Harmonies of #EE5887
Complementary color
Monochromatic Colors of #EE5887
Black with #EE5887
Text Example
Text Example
White with #EE5887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5887; }
p { color: rgb(238,88,135); }
H1.HeaderClassName
{
color: #EE5887;
}
.AnyTagClassName
{
color: #EE5887;
}
</style>
background-color css
<style>
a { background-color: #EE5887; }
a { background-color: rgb(238,88,135); }
div.DivClassName
{
background-color: #EE5887;
}
.BgClassName
{
background-color: #EE5887;
}
</style>
border-color css
<style>
span { border-color: #EE5887; }
span { border-color: rgb(238,88,135); }
td.TdClassName
{
border-color: #EE5887;
}
.TagClassName
{
border-color: #EE5887;
}
</style>