Shades of Dark Pink #EE5389
Tints of Dark Pink #EE5389
RGB
CMYK
RGB Variations
Color information
#EE5389 (or 0xEE5389) is known color: Dark Pink. HEX triplet: EE, 53 and 89. RGB value is (238,83,137). Sum of RGB (Red+Green+Blue) = 238+83+137=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5389 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5389 is #11AC76. Grayscale: #878787. Windows color (decimal): -1158263 or 8999918. OLE color: 8999918.
HSL color Cylindrical-coordinate representation of color #EE5389: hue angle of 339.1º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5389 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 137 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.07 |
| HSL | 339.1º | 0.82% | 0.63% | - |
| HSV(B) | 339.1º | 0.65% | 0.93% | - |
| XYZ | 42.87 | 26.17 | 26.46 | - |
| YUV | 135.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 137 | 0 | 0.65 | 0.42 | 0.07 | 339.1 | 0.82 | 0.63 |
| Hex | EE | 53 | 89 | 0 | 41 | 2A | 7 | 153 | 52 | 3F |
| Octal | 356 | 123 | 211 | 0 | 101 | 52 | 7 | 523 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10001001 | 0 | 1000001 | 101010 | 111 | 101010011 | 1010010 | 111111 |
Color Harmonies of #EE5389
Complementary color
Monochromatic Colors of #EE5389
Black with #EE5389
Text Example
Text Example
White with #EE5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5389; }
p { color: rgb(238,83,137); }
H1.HeaderClassName
{
color: #EE5389;
}
.AnyTagClassName
{
color: #EE5389;
}
</style>
background-color css
<style>
a { background-color: #EE5389; }
a { background-color: rgb(238,83,137); }
div.DivClassName
{
background-color: #EE5389;
}
.BgClassName
{
background-color: #EE5389;
}
</style>
border-color css
<style>
span { border-color: #EE5389; }
span { border-color: rgb(238,83,137); }
td.TdClassName
{
border-color: #EE5389;
}
.TagClassName
{
border-color: #EE5389;
}
</style>