Shades of Dark Pink #EE597C
Tints of Dark Pink #EE597C
RGB
CMYK
RGB Variations
Color information
#EE597C (or 0xEE597C) is known color: Dark Pink. HEX triplet: EE, 59 and 7C. RGB value is (238,89,124). Sum of RGB (Red+Green+Blue) = 238+89+124=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EE597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE597C is #11A683. Grayscale: #898989. Windows color (decimal): -1156740 or 8149486. OLE color: 8149486.
HSL color Cylindrical-coordinate representation of color #EE597C: hue angle of 345.91º 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 #EE597C is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 124 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.07 |
| HSL | 345.91º | 0.81% | 0.64% | - |
| HSV(B) | 345.91º | 0.63% | 0.93% | - |
| XYZ | 42.47 | 26.78 | 22 | - |
| YUV | 137.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 124 | 0 | 0.63 | 0.48 | 0.07 | 345.91 | 0.81 | 0.64 |
| Hex | EE | 59 | 7C | 0 | 3F | 30 | 7 | 15A | 51 | 40 |
| Octal | 356 | 131 | 174 | 0 | 77 | 60 | 7 | 532 | 121 | 100 |
| Binary | 11101110 | 1011001 | 1111100 | 0 | 111111 | 110000 | 111 | 101011010 | 1010001 | 1000000 |
Color Harmonies of #EE597C
Complementary color
Monochromatic Colors of #EE597C
Black with #EE597C
Text Example
Text Example
White with #EE597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE597C; }
p { color: rgb(238,89,124); }
H1.HeaderClassName
{
color: #EE597C;
}
.AnyTagClassName
{
color: #EE597C;
}
</style>
background-color css
<style>
a { background-color: #EE597C; }
a { background-color: rgb(238,89,124); }
div.DivClassName
{
background-color: #EE597C;
}
.BgClassName
{
background-color: #EE597C;
}
</style>
border-color css
<style>
span { border-color: #EE597C; }
span { border-color: rgb(238,89,124); }
td.TdClassName
{
border-color: #EE597C;
}
.TagClassName
{
border-color: #EE597C;
}
</style>