Shades of Dark Pink #EC517D
Tints of Dark Pink #EC517D
RGB
CMYK
RGB Variations
Color information
#EC517D (or 0xEC517D) is known color: Dark Pink. HEX triplet: EC, 51 and 7D. RGB value is (236,81,125). Sum of RGB (Red+Green+Blue) = 236+81+125=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC517D is #13AE82. Grayscale: #848484. Windows color (decimal): -1289859 or 8212972. OLE color: 8212972.
HSL color Cylindrical-coordinate representation of color #EC517D: hue angle of 342.97º 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 #EC517D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 125 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.07 |
| HSL | 342.97º | 0.8% | 0.62% | - |
| HSV(B) | 342.97º | 0.66% | 0.93% | - |
| XYZ | 41.24 | 25.2 | 22.09 | - |
| YUV | 132.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 125 | 0 | 0.66 | 0.47 | 0.07 | 342.97 | 0.8 | 0.62 |
| Hex | EC | 51 | 7D | 0 | 42 | 2F | 7 | 157 | 50 | 3E |
| Octal | 354 | 121 | 175 | 0 | 102 | 57 | 7 | 527 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1111101 | 0 | 1000010 | 101111 | 111 | 101010111 | 1010000 | 111110 |
Color Harmonies of #EC517D
Complementary color
Monochromatic Colors of #EC517D
Black with #EC517D
Text Example
Text Example
White with #EC517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC517D; }
p { color: rgb(236,81,125); }
H1.HeaderClassName
{
color: #EC517D;
}
.AnyTagClassName
{
color: #EC517D;
}
</style>
background-color css
<style>
a { background-color: #EC517D; }
a { background-color: rgb(236,81,125); }
div.DivClassName
{
background-color: #EC517D;
}
.BgClassName
{
background-color: #EC517D;
}
</style>
border-color css
<style>
span { border-color: #EC517D; }
span { border-color: rgb(236,81,125); }
td.TdClassName
{
border-color: #EC517D;
}
.TagClassName
{
border-color: #EC517D;
}
</style>