Shades of Dark Pink #EE5F87
Tints of Dark Pink #EE5F87
RGB
CMYK
RGB Variations
Color information
#EE5F87 (or 0xEE5F87) is known color: Dark Pink. HEX triplet: EE, 5F and 87. RGB value is (238,95,135). Sum of RGB (Red+Green+Blue) = 238+95+135=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5F87 is #11A078. Grayscale: #8E8E8E. Windows color (decimal): -1155193 or 8871918. OLE color: 8871918.
HSL color Cylindrical-coordinate representation of color #EE5F87: hue angle of 343.22º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE5F87 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 135 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.07 |
| HSL | 343.22º | 0.81% | 0.65% | - |
| HSV(B) | 343.22º | 0.6% | 0.93% | - |
| XYZ | 43.73 | 28.11 | 26.04 | - |
| YUV | 142.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 135 | 0 | 0.60 | 0.43 | 0.07 | 343.22 | 0.81 | 0.65 |
| Hex | EE | 5F | 87 | 0 | 3C | 2B | 7 | 157 | 51 | 41 |
| Octal | 356 | 137 | 207 | 0 | 74 | 53 | 7 | 527 | 121 | 101 |
| Binary | 11101110 | 1011111 | 10000111 | 0 | 111100 | 101011 | 111 | 101010111 | 1010001 | 1000001 |
Color Harmonies of #EE5F87
Complementary color
Monochromatic Colors of #EE5F87
Black with #EE5F87
Text Example
Text Example
White with #EE5F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5F87; }
p { color: rgb(238,95,135); }
H1.HeaderClassName
{
color: #EE5F87;
}
.AnyTagClassName
{
color: #EE5F87;
}
</style>
background-color css
<style>
a { background-color: #EE5F87; }
a { background-color: rgb(238,95,135); }
div.DivClassName
{
background-color: #EE5F87;
}
.BgClassName
{
background-color: #EE5F87;
}
</style>
border-color css
<style>
span { border-color: #EE5F87; }
span { border-color: rgb(238,95,135); }
td.TdClassName
{
border-color: #EE5F87;
}
.TagClassName
{
border-color: #EE5F87;
}
</style>