Shades of Dark Pink #EC517C
Tints of Dark Pink #EC517C
RGB
CMYK
RGB Variations
Color information
#EC517C (or 0xEC517C) is known color: Dark Pink. HEX triplet: EC, 51 and 7C. RGB value is (236,81,124). Sum of RGB (Red+Green+Blue) = 236+81+124=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC517C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC517C is #13AE83. Grayscale: #848484. Windows color (decimal): -1289860 or 8147436. OLE color: 8147436.
HSL color Cylindrical-coordinate representation of color #EC517C: hue angle of 343.35º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC517C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 124 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.07 |
| HSL | 343.35º | 0.8% | 0.62% | - |
| HSV(B) | 343.35º | 0.66% | 0.93% | - |
| XYZ | 41.17 | 25.17 | 21.76 | - |
| YUV | 132.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 124 | 0 | 0.66 | 0.47 | 0.07 | 343.35 | 0.8 | 0.62 |
| Hex | EC | 51 | 7C | 0 | 42 | 2F | 7 | 157 | 50 | 3E |
| Octal | 354 | 121 | 174 | 0 | 102 | 57 | 7 | 527 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1111100 | 0 | 1000010 | 101111 | 111 | 101010111 | 1010000 | 111110 |
Color Harmonies of #EC517C
Complementary color
Monochromatic Colors of #EC517C
Black with #EC517C
Text Example
Text Example
White with #EC517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC517C; }
p { color: rgb(236,81,124); }
H1.HeaderClassName
{
color: #EC517C;
}
.AnyTagClassName
{
color: #EC517C;
}
</style>
background-color css
<style>
a { background-color: #EC517C; }
a { background-color: rgb(236,81,124); }
div.DivClassName
{
background-color: #EC517C;
}
.BgClassName
{
background-color: #EC517C;
}
</style>
border-color css
<style>
span { border-color: #EC517C; }
span { border-color: rgb(236,81,124); }
td.TdClassName
{
border-color: #EC517C;
}
.TagClassName
{
border-color: #EC517C;
}
</style>