Shades of Dark Pink #EC597C
Tints of Dark Pink #EC597C
RGB
CMYK
RGB Variations
Color information
#EC597C (or 0xEC597C) is known color: Dark Pink. HEX triplet: EC, 59 and 7C. RGB value is (236,89,124). Sum of RGB (Red+Green+Blue) = 236+89+124=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC597C is #13A683. Grayscale: #888888. Windows color (decimal): -1287812 or 8149484. OLE color: 8149484.
HSL color Cylindrical-coordinate representation of color #EC597C: hue angle of 345.71º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC597C is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 124 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.07 |
| HSL | 345.71º | 0.79% | 0.64% | - |
| HSV(B) | 345.71º | 0.62% | 0.93% | - |
| XYZ | 41.8 | 26.43 | 21.97 | - |
| YUV | 136.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 124 | 0 | 0.62 | 0.47 | 0.07 | 345.71 | 0.79 | 0.64 |
| Hex | EC | 59 | 7C | 0 | 3E | 2F | 7 | 15A | 4F | 40 |
| Octal | 354 | 131 | 174 | 0 | 76 | 57 | 7 | 532 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1111100 | 0 | 111110 | 101111 | 111 | 101011010 | 1001111 | 1000000 |
Color Harmonies of #EC597C
Complementary color
Monochromatic Colors of #EC597C
Black with #EC597C
Text Example
Text Example
White with #EC597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC597C; }
p { color: rgb(236,89,124); }
H1.HeaderClassName
{
color: #EC597C;
}
.AnyTagClassName
{
color: #EC597C;
}
</style>
background-color css
<style>
a { background-color: #EC597C; }
a { background-color: rgb(236,89,124); }
div.DivClassName
{
background-color: #EC597C;
}
.BgClassName
{
background-color: #EC597C;
}
</style>
border-color css
<style>
span { border-color: #EC597C; }
span { border-color: rgb(236,89,124); }
td.TdClassName
{
border-color: #EC597C;
}
.TagClassName
{
border-color: #EC597C;
}
</style>