Shades of Dark Pink #EC4176
Tints of Dark Pink #EC4176
RGB
CMYK
RGB Variations
Color information
#EC4176 (or 0xEC4176) is known color: Dark Pink. HEX triplet: EC, 41 and 76. RGB value is (236,65,118). Sum of RGB (Red+Green+Blue) = 236+65+118=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4176 is #13BE89. Grayscale: #7A7A7A. Windows color (decimal): -1293962 or 7750124. OLE color: 7750124.
HSL color Cylindrical-coordinate representation of color #EC4176: hue angle of 341.4º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4176 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 118 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.07 |
| HSL | 341.4º | 0.82% | 0.59% | - |
| HSV(B) | 341.4º | 0.72% | 0.93% | - |
| XYZ | 39.75 | 22.92 | 19.47 | - |
| YUV | 122.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 118 | 0 | 0.72 | 0.5 | 0.07 | 341.4 | 0.82 | 0.59 |
| Hex | EC | 41 | 76 | 0 | 48 | 32 | 7 | 155 | 52 | 3B |
| Octal | 354 | 101 | 166 | 0 | 110 | 62 | 7 | 525 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1110110 | 0 | 1001000 | 110010 | 111 | 101010101 | 1010010 | 111011 |
Color Harmonies of #EC4176
Complementary color
Monochromatic Colors of #EC4176
Black with #EC4176
Text Example
Text Example
White with #EC4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4176; }
p { color: rgb(236,65,118); }
H1.HeaderClassName
{
color: #EC4176;
}
.AnyTagClassName
{
color: #EC4176;
}
</style>
background-color css
<style>
a { background-color: #EC4176; }
a { background-color: rgb(236,65,118); }
div.DivClassName
{
background-color: #EC4176;
}
.BgClassName
{
background-color: #EC4176;
}
</style>
border-color css
<style>
span { border-color: #EC4176; }
span { border-color: rgb(236,65,118); }
td.TdClassName
{
border-color: #EC4176;
}
.TagClassName
{
border-color: #EC4176;
}
</style>