Shades of Dark Pink #EE597B
Tints of Dark Pink #EE597B
RGB
CMYK
RGB Variations
Color information
#EE597B (or 0xEE597B) is known color: Dark Pink. HEX triplet: EE, 59 and 7B. RGB value is (238,89,123). Sum of RGB (Red+Green+Blue) = 238+89+123=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EE597B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE597B is #11A684. Grayscale: #898989. Windows color (decimal): -1156741 or 8083950. OLE color: 8083950.
HSL color Cylindrical-coordinate representation of color #EE597B: hue angle of 346.31º 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 #EE597B is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 123 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.07 |
| HSL | 346.31º | 0.81% | 0.64% | - |
| HSV(B) | 346.31º | 0.63% | 0.93% | - |
| XYZ | 42.41 | 26.75 | 21.67 | - |
| YUV | 137.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 123 | 0 | 0.63 | 0.48 | 0.07 | 346.31 | 0.81 | 0.64 |
| Hex | EE | 59 | 7B | 0 | 3F | 30 | 7 | 15A | 51 | 40 |
| Octal | 356 | 131 | 173 | 0 | 77 | 60 | 7 | 532 | 121 | 100 |
| Binary | 11101110 | 1011001 | 1111011 | 0 | 111111 | 110000 | 111 | 101011010 | 1010001 | 1000000 |
Color Harmonies of #EE597B
Complementary color
Monochromatic Colors of #EE597B
Black with #EE597B
Text Example
Text Example
White with #EE597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE597B; }
p { color: rgb(238,89,123); }
H1.HeaderClassName
{
color: #EE597B;
}
.AnyTagClassName
{
color: #EE597B;
}
</style>
background-color css
<style>
a { background-color: #EE597B; }
a { background-color: rgb(238,89,123); }
div.DivClassName
{
background-color: #EE597B;
}
.BgClassName
{
background-color: #EE597B;
}
</style>
border-color css
<style>
span { border-color: #EE597B; }
span { border-color: rgb(238,89,123); }
td.TdClassName
{
border-color: #EE597B;
}
.TagClassName
{
border-color: #EE597B;
}
</style>