Shades of Dark Pink #EC4B7C
Tints of Dark Pink #EC4B7C
RGB
CMYK
RGB Variations
Color information
#EC4B7C (or 0xEC4B7C) is known color: Dark Pink. HEX triplet: EC, 4B and 7C. RGB value is (236,75,124). Sum of RGB (Red+Green+Blue) = 236+75+124=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B7C is #13B483. Grayscale: #808080. Windows color (decimal): -1291396 or 8145900. OLE color: 8145900.
HSL color Cylindrical-coordinate representation of color #EC4B7C: hue angle of 341.74º 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 #EC4B7C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 124 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.07 |
| HSL | 341.74º | 0.81% | 0.61% | - |
| HSV(B) | 341.74º | 0.68% | 0.93% | - |
| XYZ | 40.75 | 24.32 | 21.62 | - |
| YUV | 128.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 124 | 0 | 0.68 | 0.47 | 0.07 | 341.74 | 0.81 | 0.61 |
| Hex | EC | 4B | 7C | 0 | 44 | 2F | 7 | 156 | 51 | 3D |
| Octal | 354 | 113 | 174 | 0 | 104 | 57 | 7 | 526 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1111100 | 0 | 1000100 | 101111 | 111 | 101010110 | 1010001 | 111101 |
Color Harmonies of #EC4B7C
Complementary color
Monochromatic Colors of #EC4B7C
Black with #EC4B7C
Text Example
Text Example
White with #EC4B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B7C; }
p { color: rgb(236,75,124); }
H1.HeaderClassName
{
color: #EC4B7C;
}
.AnyTagClassName
{
color: #EC4B7C;
}
</style>
background-color css
<style>
a { background-color: #EC4B7C; }
a { background-color: rgb(236,75,124); }
div.DivClassName
{
background-color: #EC4B7C;
}
.BgClassName
{
background-color: #EC4B7C;
}
</style>
border-color css
<style>
span { border-color: #EC4B7C; }
span { border-color: rgb(236,75,124); }
td.TdClassName
{
border-color: #EC4B7C;
}
.TagClassName
{
border-color: #EC4B7C;
}
</style>