Shades of Dark Pink #EC516E
Tints of Dark Pink #EC516E
RGB
CMYK
RGB Variations
Color information
#EC516E (or 0xEC516E) is known color: Dark Pink. HEX triplet: EC, 51 and 6E. RGB value is (236,81,110). Sum of RGB (Red+Green+Blue) = 236+81+110=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC516E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC516E is #13AE91. Grayscale: #828282. Windows color (decimal): -1289874 or 7229932. OLE color: 7229932.
HSL color Cylindrical-coordinate representation of color #EC516E: hue angle of 348.77º 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 #EC516E is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 110 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.07 |
| HSL | 348.77º | 0.8% | 0.62% | - |
| HSV(B) | 348.77º | 0.66% | 0.93% | - |
| XYZ | 40.35 | 24.84 | 17.42 | - |
| YUV | 130.65 | 116.35 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 110 | 0 | 0.66 | 0.53 | 0.07 | 348.77 | 0.8 | 0.62 |
| Hex | EC | 51 | 6E | 0 | 42 | 35 | 7 | 15D | 50 | 3E |
| Octal | 354 | 121 | 156 | 0 | 102 | 65 | 7 | 535 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1101110 | 0 | 1000010 | 110101 | 111 | 101011101 | 1010000 | 111110 |
Color Harmonies of #EC516E
Complementary color
Monochromatic Colors of #EC516E
Black with #EC516E
Text Example
Text Example
White with #EC516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC516E; }
p { color: rgb(236,81,110); }
H1.HeaderClassName
{
color: #EC516E;
}
.AnyTagClassName
{
color: #EC516E;
}
</style>
background-color css
<style>
a { background-color: #EC516E; }
a { background-color: rgb(236,81,110); }
div.DivClassName
{
background-color: #EC516E;
}
.BgClassName
{
background-color: #EC516E;
}
</style>
border-color css
<style>
span { border-color: #EC516E; }
span { border-color: rgb(236,81,110); }
td.TdClassName
{
border-color: #EC516E;
}
.TagClassName
{
border-color: #EC516E;
}
</style>