Shades of Dark Pink #EC4D6D
Tints of Dark Pink #EC4D6D
RGB
CMYK
RGB Variations
Color information
#EC4D6D (or 0xEC4D6D) is known color: Dark Pink. HEX triplet: EC, 4D and 6D. RGB value is (236,77,109). Sum of RGB (Red+Green+Blue) = 236+77+109=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D6D is #13B292. Grayscale: #808080. Windows color (decimal): -1290899 or 7163372. OLE color: 7163372.
HSL color Cylindrical-coordinate representation of color #EC4D6D: hue angle of 347.92º 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 #EC4D6D is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 109 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.07 |
| HSL | 347.92º | 0.81% | 0.61% | - |
| HSV(B) | 347.92º | 0.67% | 0.93% | - |
| XYZ | 40.01 | 24.24 | 17.04 | - |
| YUV | 128.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 109 | 0 | 0.67 | 0.54 | 0.07 | 347.92 | 0.81 | 0.61 |
| Hex | EC | 4D | 6D | 0 | 43 | 36 | 7 | 15C | 51 | 3D |
| Octal | 354 | 115 | 155 | 0 | 103 | 66 | 7 | 534 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1101101 | 0 | 1000011 | 110110 | 111 | 101011100 | 1010001 | 111101 |
Color Harmonies of #EC4D6D
Complementary color
Monochromatic Colors of #EC4D6D
Black with #EC4D6D
Text Example
Text Example
White with #EC4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D6D; }
p { color: rgb(236,77,109); }
H1.HeaderClassName
{
color: #EC4D6D;
}
.AnyTagClassName
{
color: #EC4D6D;
}
</style>
background-color css
<style>
a { background-color: #EC4D6D; }
a { background-color: rgb(236,77,109); }
div.DivClassName
{
background-color: #EC4D6D;
}
.BgClassName
{
background-color: #EC4D6D;
}
</style>
border-color css
<style>
span { border-color: #EC4D6D; }
span { border-color: rgb(236,77,109); }
td.TdClassName
{
border-color: #EC4D6D;
}
.TagClassName
{
border-color: #EC4D6D;
}
</style>