Shades of Dark Pink #EC4D6E
Tints of Dark Pink #EC4D6E
RGB
CMYK
RGB Variations
Color information
#EC4D6E (or 0xEC4D6E) is known color: Dark Pink. HEX triplet: EC, 4D and 6E. RGB value is (236,77,110). Sum of RGB (Red+Green+Blue) = 236+77+110=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D6E is #13B291. Grayscale: #808080. Windows color (decimal): -1290898 or 7228908. OLE color: 7228908.
HSL color Cylindrical-coordinate representation of color #EC4D6E: hue angle of 347.55º 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 #EC4D6E is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 77 | 110 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.07 |
| HSL | 347.55º | 0.81% | 0.61% | - |
| HSV(B) | 347.55º | 0.67% | 0.93% | - |
| XYZ | 40.06 | 24.27 | 17.32 | - |
| YUV | 128.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 77 | 110 | 0 | 0.67 | 0.53 | 0.07 | 347.55 | 0.81 | 0.61 |
| Hex | EC | 4D | 6E | 0 | 43 | 35 | 7 | 15C | 51 | 3D |
| Octal | 354 | 115 | 156 | 0 | 103 | 65 | 7 | 534 | 121 | 75 |
| Binary | 11101100 | 1001101 | 1101110 | 0 | 1000011 | 110101 | 111 | 101011100 | 1010001 | 111101 |
Color Harmonies of #EC4D6E
Complementary color
Monochromatic Colors of #EC4D6E
Black with #EC4D6E
Text Example
Text Example
White with #EC4D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4D6E; }
p { color: rgb(236,77,110); }
H1.HeaderClassName
{
color: #EC4D6E;
}
.AnyTagClassName
{
color: #EC4D6E;
}
</style>
background-color css
<style>
a { background-color: #EC4D6E; }
a { background-color: rgb(236,77,110); }
div.DivClassName
{
background-color: #EC4D6E;
}
.BgClassName
{
background-color: #EC4D6E;
}
</style>
border-color css
<style>
span { border-color: #EC4D6E; }
span { border-color: rgb(236,77,110); }
td.TdClassName
{
border-color: #EC4D6E;
}
.TagClassName
{
border-color: #EC4D6E;
}
</style>