Shades of Dark Pink #EC577D
Tints of Dark Pink #EC577D
RGB
CMYK
RGB Variations
Color information
#EC577D (or 0xEC577D) is known color: Dark Pink. HEX triplet: EC, 57 and 7D. RGB value is (236,87,125). Sum of RGB (Red+Green+Blue) = 236+87+125=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #EC577D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC577D is #13A882. Grayscale: #878787. Windows color (decimal): -1288323 or 8214508. OLE color: 8214508.
HSL color Cylindrical-coordinate representation of color #EC577D: hue angle of 344.7º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC577D is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 125 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.07 |
| HSL | 344.7º | 0.8% | 0.63% | - |
| HSV(B) | 344.7º | 0.63% | 0.93% | - |
| XYZ | 41.7 | 26.13 | 22.25 | - |
| YUV | 135.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 125 | 0 | 0.63 | 0.47 | 0.07 | 344.7 | 0.8 | 0.63 |
| Hex | EC | 57 | 7D | 0 | 3F | 2F | 7 | 159 | 50 | 3F |
| Octal | 354 | 127 | 175 | 0 | 77 | 57 | 7 | 531 | 120 | 77 |
| Binary | 11101100 | 1010111 | 1111101 | 0 | 111111 | 101111 | 111 | 101011001 | 1010000 | 111111 |
Color Harmonies of #EC577D
Complementary color
Monochromatic Colors of #EC577D
Black with #EC577D
Text Example
Text Example
White with #EC577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC577D; }
p { color: rgb(236,87,125); }
H1.HeaderClassName
{
color: #EC577D;
}
.AnyTagClassName
{
color: #EC577D;
}
</style>
background-color css
<style>
a { background-color: #EC577D; }
a { background-color: rgb(236,87,125); }
div.DivClassName
{
background-color: #EC577D;
}
.BgClassName
{
background-color: #EC577D;
}
</style>
border-color css
<style>
span { border-color: #EC577D; }
span { border-color: rgb(236,87,125); }
td.TdClassName
{
border-color: #EC577D;
}
.TagClassName
{
border-color: #EC577D;
}
</style>