Shades of Dark Pink #EC517A
Tints of Dark Pink #EC517A
RGB
CMYK
RGB Variations
Color information
#EC517A (or 0xEC517A) is known color: Dark Pink. HEX triplet: EC, 51 and 7A. RGB value is (236,81,122). Sum of RGB (Red+Green+Blue) = 236+81+122=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC517A is #13AE85. Grayscale: #848484. Windows color (decimal): -1289862 or 8016364. OLE color: 8016364.
HSL color Cylindrical-coordinate representation of color #EC517A: hue angle of 344.13º 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 #EC517A is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 122 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.07 |
| HSL | 344.13º | 0.8% | 0.62% | - |
| HSV(B) | 344.13º | 0.66% | 0.93% | - |
| XYZ | 41.05 | 25.12 | 21.1 | - |
| YUV | 132.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 122 | 0 | 0.66 | 0.48 | 0.07 | 344.13 | 0.8 | 0.62 |
| Hex | EC | 51 | 7A | 0 | 42 | 30 | 7 | 158 | 50 | 3E |
| Octal | 354 | 121 | 172 | 0 | 102 | 60 | 7 | 530 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1111010 | 0 | 1000010 | 110000 | 111 | 101011000 | 1010000 | 111110 |
Color Harmonies of #EC517A
Complementary color
Monochromatic Colors of #EC517A
Black with #EC517A
Text Example
Text Example
White with #EC517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC517A; }
p { color: rgb(236,81,122); }
H1.HeaderClassName
{
color: #EC517A;
}
.AnyTagClassName
{
color: #EC517A;
}
</style>
background-color css
<style>
a { background-color: #EC517A; }
a { background-color: rgb(236,81,122); }
div.DivClassName
{
background-color: #EC517A;
}
.BgClassName
{
background-color: #EC517A;
}
</style>
border-color css
<style>
span { border-color: #EC517A; }
span { border-color: rgb(236,81,122); }
td.TdClassName
{
border-color: #EC517A;
}
.TagClassName
{
border-color: #EC517A;
}
</style>