Shades of Dark Pink #EE5689
Tints of Dark Pink #EE5689
RGB
CMYK
RGB Variations
Color information
#EE5689 (or 0xEE5689) is known color: Dark Pink. HEX triplet: EE, 56 and 89. RGB value is (238,86,137). Sum of RGB (Red+Green+Blue) = 238+86+137=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5689 is #11A976. Grayscale: #898989. Windows color (decimal): -1157495 or 9000686. OLE color: 9000686.
HSL color Cylindrical-coordinate representation of color #EE5689: hue angle of 339.87º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5689 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 137 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 339.87º | 0.82% | 0.64% | - |
| HSV(B) | 339.87º | 0.64% | 0.93% | - |
| XYZ | 43.1 | 26.64 | 26.54 | - |
| YUV | 137.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 137 | 0 | 0.64 | 0.42 | 0.07 | 339.87 | 0.82 | 0.64 |
| Hex | EE | 56 | 89 | 0 | 40 | 2A | 7 | 154 | 52 | 40 |
| Octal | 356 | 126 | 211 | 0 | 100 | 52 | 7 | 524 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10001001 | 0 | 1000000 | 101010 | 111 | 101010100 | 1010010 | 1000000 |
Color Harmonies of #EE5689
Complementary color
Monochromatic Colors of #EE5689
Black with #EE5689
Text Example
Text Example
White with #EE5689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5689; }
p { color: rgb(238,86,137); }
H1.HeaderClassName
{
color: #EE5689;
}
.AnyTagClassName
{
color: #EE5689;
}
</style>
background-color css
<style>
a { background-color: #EE5689; }
a { background-color: rgb(238,86,137); }
div.DivClassName
{
background-color: #EE5689;
}
.BgClassName
{
background-color: #EE5689;
}
</style>
border-color css
<style>
span { border-color: #EE5689; }
span { border-color: rgb(238,86,137); }
td.TdClassName
{
border-color: #EE5689;
}
.TagClassName
{
border-color: #EE5689;
}
</style>