Shades of Dark Pink #EC4C7C
Tints of Dark Pink #EC4C7C
RGB
CMYK
RGB Variations
Color information
#EC4C7C (or 0xEC4C7C) is known color: Dark Pink. HEX triplet: EC, 4C and 7C. RGB value is (236,76,124). Sum of RGB (Red+Green+Blue) = 236+76+124=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4C7C is #13B383. Grayscale: #818181. Windows color (decimal): -1291140 or 8146156. OLE color: 8146156.
HSL color Cylindrical-coordinate representation of color #EC4C7C: hue angle of 342º 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 #EC4C7C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 76 | 124 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.07 |
| HSL | 342º | 0.81% | 0.61% | - |
| HSV(B) | 342º | 0.68% | 0.93% | - |
| XYZ | 40.81 | 24.46 | 21.64 | - |
| YUV | 129.31 | 125.01 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 76 | 124 | 0 | 0.68 | 0.47 | 0.07 | 342 | 0.81 | 0.61 |
| Hex | EC | 4C | 7C | 0 | 44 | 2F | 7 | 156 | 51 | 3D |
| Octal | 354 | 114 | 174 | 0 | 104 | 57 | 7 | 526 | 121 | 75 |
| Binary | 11101100 | 1001100 | 1111100 | 0 | 1000100 | 101111 | 111 | 101010110 | 1010001 | 111101 |
Color Harmonies of #EC4C7C
Complementary color
Monochromatic Colors of #EC4C7C
Black with #EC4C7C
Text Example
Text Example
White with #EC4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4C7C; }
p { color: rgb(236,76,124); }
H1.HeaderClassName
{
color: #EC4C7C;
}
.AnyTagClassName
{
color: #EC4C7C;
}
</style>
background-color css
<style>
a { background-color: #EC4C7C; }
a { background-color: rgb(236,76,124); }
div.DivClassName
{
background-color: #EC4C7C;
}
.BgClassName
{
background-color: #EC4C7C;
}
</style>
border-color css
<style>
span { border-color: #EC4C7C; }
span { border-color: rgb(236,76,124); }
td.TdClassName
{
border-color: #EC4C7C;
}
.TagClassName
{
border-color: #EC4C7C;
}
</style>