Shades of Dark Pink #EC597D
Tints of Dark Pink #EC597D
RGB
CMYK
RGB Variations
Color information
#EC597D (or 0xEC597D) is known color: Dark Pink. HEX triplet: EC, 59 and 7D. RGB value is (236,89,125). Sum of RGB (Red+Green+Blue) = 236+89+125=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC597D is #13A682. Grayscale: #898989. Windows color (decimal): -1287811 or 8215020. OLE color: 8215020.
HSL color Cylindrical-coordinate representation of color #EC597D: hue angle of 345.31º 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 #EC597D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 125 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.07 |
| HSL | 345.31º | 0.79% | 0.64% | - |
| HSV(B) | 345.31º | 0.62% | 0.93% | - |
| XYZ | 41.87 | 26.46 | 22.3 | - |
| YUV | 137.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 125 | 0 | 0.62 | 0.47 | 0.07 | 345.31 | 0.79 | 0.64 |
| Hex | EC | 59 | 7D | 0 | 3E | 2F | 7 | 159 | 4F | 40 |
| Octal | 354 | 131 | 175 | 0 | 76 | 57 | 7 | 531 | 117 | 100 |
| Binary | 11101100 | 1011001 | 1111101 | 0 | 111110 | 101111 | 111 | 101011001 | 1001111 | 1000000 |
Color Harmonies of #EC597D
Complementary color
Monochromatic Colors of #EC597D
Black with #EC597D
Text Example
Text Example
White with #EC597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC597D; }
p { color: rgb(236,89,125); }
H1.HeaderClassName
{
color: #EC597D;
}
.AnyTagClassName
{
color: #EC597D;
}
</style>
background-color css
<style>
a { background-color: #EC597D; }
a { background-color: rgb(236,89,125); }
div.DivClassName
{
background-color: #EC597D;
}
.BgClassName
{
background-color: #EC597D;
}
</style>
border-color css
<style>
span { border-color: #EC597D; }
span { border-color: rgb(236,89,125); }
td.TdClassName
{
border-color: #EC597D;
}
.TagClassName
{
border-color: #EC597D;
}
</style>