Shades of Dark Pink #EC4D80
Tints of Dark Pink #EC4D80
RGB
CMYK
RGB Variations
Color information
#EC4D80 (or 0xEC4D80) is known color: Dark Pink. HEX triplet: EC, 4D and 80. RGB value is (236,77,128). Sum of RGB (Red+Green+Blue) = 236+77+128=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D80 is #13B27F. Grayscale: #828282. Windows color (decimal): -1290880 or 8408556. OLE color: 8408556.
HSL color Cylindrical-coordinate representation of color #EC4D80: hue angle of 340.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D80 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 128 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.07 |
| HSL | 340.75º | 0.81% | 0.61% | - |
| HSV(B) | 340.75º | 0.67% | 0.93% | - |
| XYZ | 41.14 | 24.7 | 23.02 | - |
| YUV | 130.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 128 | 0 | 0.67 | 0.46 | 0.07 | 340.75 | 0.81 | 0.61 |
| Hex | EC | 4D | 80 | 0 | 43 | 2E | 7 | 155 | 51 | 3D |
| Octal | 354 | 115 | 200 | 0 | 103 | 56 | 7 | 525 | 121 | 75 |
| Binary | 11101100 | 1001101 | 10000000 | 0 | 1000011 | 101110 | 111 | 101010101 | 1010001 | 111101 |
Color Harmonies of #EC4D80
Complementary color
Monochromatic Colors of #EC4D80
Black with #EC4D80
Text Example
Text Example
White with #EC4D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D80; }
p { color: rgb(236,77,128); }
H1.HeaderClassName
{
color: #EC4D80;
}
.AnyTagClassName
{
color: #EC4D80;
}
</style>
background-color css
<style>
a { background-color: #EC4D80; }
a { background-color: rgb(236,77,128); }
div.DivClassName
{
background-color: #EC4D80;
}
.BgClassName
{
background-color: #EC4D80;
}
</style>
border-color css
<style>
span { border-color: #EC4D80; }
span { border-color: rgb(236,77,128); }
td.TdClassName
{
border-color: #EC4D80;
}
.TagClassName
{
border-color: #EC4D80;
}
</style>