Shades of Dark Pink #EC4C80
Tints of Dark Pink #EC4C80
RGB
CMYK
RGB Variations
Color information
#EC4C80 (or 0xEC4C80) is known color: Dark Pink. HEX triplet: EC, 4C and 80. RGB value is (236,76,128). Sum of RGB (Red+Green+Blue) = 236+76+128=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC4C80 is #13B37F. Grayscale: #818181. Windows color (decimal): -1291136 or 8408300. OLE color: 8408300.
HSL color Cylindrical-coordinate representation of color #EC4C80: hue angle of 340.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4C80 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 128 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.07 |
| HSL | 340.5º | 0.81% | 0.61% | - |
| HSV(B) | 340.5º | 0.68% | 0.93% | - |
| XYZ | 41.07 | 24.56 | 23 | - |
| YUV | 129.77 | 127.01 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 128 | 0 | 0.68 | 0.46 | 0.07 | 340.5 | 0.81 | 0.61 |
| Hex | EC | 4C | 80 | 0 | 44 | 2E | 7 | 154 | 51 | 3D |
| Octal | 354 | 114 | 200 | 0 | 104 | 56 | 7 | 524 | 121 | 75 |
| Binary | 11101100 | 1001100 | 10000000 | 0 | 1000100 | 101110 | 111 | 101010100 | 1010001 | 111101 |
Color Harmonies of #EC4C80
Complementary color
Monochromatic Colors of #EC4C80
Black with #EC4C80
Text Example
Text Example
White with #EC4C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C80; }
p { color: rgb(236,76,128); }
H1.HeaderClassName
{
color: #EC4C80;
}
.AnyTagClassName
{
color: #EC4C80;
}
</style>
background-color css
<style>
a { background-color: #EC4C80; }
a { background-color: rgb(236,76,128); }
div.DivClassName
{
background-color: #EC4C80;
}
.BgClassName
{
background-color: #EC4C80;
}
</style>
border-color css
<style>
span { border-color: #EC4C80; }
span { border-color: rgb(236,76,128); }
td.TdClassName
{
border-color: #EC4C80;
}
.TagClassName
{
border-color: #EC4C80;
}
</style>