Shades of Dark Pink #EE597A
Tints of Dark Pink #EE597A
RGB
CMYK
RGB Variations
Color information
#EE597A (or 0xEE597A) is known color: Dark Pink. HEX triplet: EE, 59 and 7A. RGB value is (238,89,122). Sum of RGB (Red+Green+Blue) = 238+89+122=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE597A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE597A is #11A685. Grayscale: #898989. Windows color (decimal): -1156742 or 8018414. OLE color: 8018414.
HSL color Cylindrical-coordinate representation of color #EE597A: hue angle of 346.71º 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 #EE597A is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 122 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.07 |
| HSL | 346.71º | 0.81% | 0.64% | - |
| HSV(B) | 346.71º | 0.63% | 0.93% | - |
| XYZ | 42.35 | 26.73 | 21.34 | - |
| YUV | 137.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 122 | 0 | 0.63 | 0.49 | 0.07 | 346.71 | 0.81 | 0.64 |
| Hex | EE | 59 | 7A | 0 | 3F | 31 | 7 | 15B | 51 | 40 |
| Octal | 356 | 131 | 172 | 0 | 77 | 61 | 7 | 533 | 121 | 100 |
| Binary | 11101110 | 1011001 | 1111010 | 0 | 111111 | 110001 | 111 | 101011011 | 1010001 | 1000000 |
Color Harmonies of #EE597A
Complementary color
Monochromatic Colors of #EE597A
Black with #EE597A
Text Example
Text Example
White with #EE597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE597A; }
p { color: rgb(238,89,122); }
H1.HeaderClassName
{
color: #EE597A;
}
.AnyTagClassName
{
color: #EE597A;
}
</style>
background-color css
<style>
a { background-color: #EE597A; }
a { background-color: rgb(238,89,122); }
div.DivClassName
{
background-color: #EE597A;
}
.BgClassName
{
background-color: #EE597A;
}
</style>
border-color css
<style>
span { border-color: #EE597A; }
span { border-color: rgb(238,89,122); }
td.TdClassName
{
border-color: #EE597A;
}
.TagClassName
{
border-color: #EE597A;
}
</style>