Shades of Dark Pink #EC4773
Tints of Dark Pink #EC4773
RGB
CMYK
RGB Variations
Color information
#EC4773 (or 0xEC4773) is known color: Dark Pink. HEX triplet: EC, 47 and 73. RGB value is (236,71,115). Sum of RGB (Red+Green+Blue) = 236+71+115=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4773 is #13B88C. Grayscale: #7D7D7D. Windows color (decimal): -1292429 or 7555052. OLE color: 7555052.
HSL color Cylindrical-coordinate representation of color #EC4773: hue angle of 344º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4773 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 115 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.07 |
| HSL | 344º | 0.81% | 0.6% | - |
| HSV(B) | 344º | 0.7% | 0.93% | - |
| XYZ | 39.94 | 23.58 | 18.67 | - |
| YUV | 125.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 115 | 0 | 0.70 | 0.51 | 0.07 | 344 | 0.81 | 0.6 |
| Hex | EC | 47 | 73 | 0 | 46 | 33 | 7 | 158 | 51 | 3C |
| Octal | 354 | 107 | 163 | 0 | 106 | 63 | 7 | 530 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1110011 | 0 | 1000110 | 110011 | 111 | 101011000 | 1010001 | 111100 |
Color Harmonies of #EC4773
Complementary color
Monochromatic Colors of #EC4773
Black with #EC4773
Text Example
Text Example
White with #EC4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4773; }
p { color: rgb(236,71,115); }
H1.HeaderClassName
{
color: #EC4773;
}
.AnyTagClassName
{
color: #EC4773;
}
</style>
background-color css
<style>
a { background-color: #EC4773; }
a { background-color: rgb(236,71,115); }
div.DivClassName
{
background-color: #EC4773;
}
.BgClassName
{
background-color: #EC4773;
}
</style>
border-color css
<style>
span { border-color: #EC4773; }
span { border-color: rgb(236,71,115); }
td.TdClassName
{
border-color: #EC4773;
}
.TagClassName
{
border-color: #EC4773;
}
</style>