Shades of Dark Pink #EE5589
Tints of Dark Pink #EE5589
RGB
CMYK
RGB Variations
Color information
#EE5589 (or 0xEE5589) is known color: Dark Pink. HEX triplet: EE, 55 and 89. RGB value is (238,85,137). Sum of RGB (Red+Green+Blue) = 238+85+137=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5589 is #11AA76. Grayscale: #888888. Windows color (decimal): -1157751 or 9000430. OLE color: 9000430.
HSL color Cylindrical-coordinate representation of color #EE5589: hue angle of 339.61º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5589 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 137 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 339.61º | 0.82% | 0.63% | - |
| HSV(B) | 339.61º | 0.64% | 0.93% | - |
| XYZ | 43.02 | 26.48 | 26.51 | - |
| YUV | 136.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 137 | 0 | 0.64 | 0.42 | 0.07 | 339.61 | 0.82 | 0.63 |
| Hex | EE | 55 | 89 | 0 | 40 | 2A | 7 | 154 | 52 | 3F |
| Octal | 356 | 125 | 211 | 0 | 100 | 52 | 7 | 524 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10001001 | 0 | 1000000 | 101010 | 111 | 101010100 | 1010010 | 111111 |
Color Harmonies of #EE5589
Complementary color
Monochromatic Colors of #EE5589
Black with #EE5589
Text Example
Text Example
White with #EE5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5589; }
p { color: rgb(238,85,137); }
H1.HeaderClassName
{
color: #EE5589;
}
.AnyTagClassName
{
color: #EE5589;
}
</style>
background-color css
<style>
a { background-color: #EE5589; }
a { background-color: rgb(238,85,137); }
div.DivClassName
{
background-color: #EE5589;
}
.BgClassName
{
background-color: #EE5589;
}
</style>
border-color css
<style>
span { border-color: #EE5589; }
span { border-color: rgb(238,85,137); }
td.TdClassName
{
border-color: #EE5589;
}
.TagClassName
{
border-color: #EE5589;
}
</style>