Shades of Dark Pink #EE598E
Tints of Dark Pink #EE598E
RGB
CMYK
RGB Variations
Color information
#EE598E (or 0xEE598E) is known color: Dark Pink. HEX triplet: EE, 59 and 8E. RGB value is (238,89,142). Sum of RGB (Red+Green+Blue) = 238+89+142=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE598E is #11A671. Grayscale: #8B8B8B. Windows color (decimal): -1156722 or 9329134. OLE color: 9329134.
HSL color Cylindrical-coordinate representation of color #EE598E: hue angle of 338.66º degrees, saturation: 0.81, 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 #EE598E is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 142 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.07 |
| HSL | 338.66º | 0.81% | 0.64% | - |
| HSV(B) | 338.66º | 0.63% | 0.93% | - |
| XYZ | 43.71 | 27.27 | 28.55 | - |
| YUV | 139.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 142 | 0 | 0.63 | 0.40 | 0.07 | 338.66 | 0.81 | 0.64 |
| Hex | EE | 59 | 8E | 0 | 3F | 28 | 7 | 153 | 51 | 40 |
| Octal | 356 | 131 | 216 | 0 | 77 | 50 | 7 | 523 | 121 | 100 |
| Binary | 11101110 | 1011001 | 10001110 | 0 | 111111 | 101000 | 111 | 101010011 | 1010001 | 1000000 |
Color Harmonies of #EE598E
Complementary color
Monochromatic Colors of #EE598E
Black with #EE598E
Text Example
Text Example
White with #EE598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE598E; }
p { color: rgb(238,89,142); }
H1.HeaderClassName
{
color: #EE598E;
}
.AnyTagClassName
{
color: #EE598E;
}
</style>
background-color css
<style>
a { background-color: #EE598E; }
a { background-color: rgb(238,89,142); }
div.DivClassName
{
background-color: #EE598E;
}
.BgClassName
{
background-color: #EE598E;
}
</style>
border-color css
<style>
span { border-color: #EE598E; }
span { border-color: rgb(238,89,142); }
td.TdClassName
{
border-color: #EE598E;
}
.TagClassName
{
border-color: #EE598E;
}
</style>