Shades of Dark Pink #EC4077
Tints of Dark Pink #EC4077
RGB
CMYK
RGB Variations
Color information
#EC4077 (or 0xEC4077) is known color: Dark Pink. HEX triplet: EC, 40 and 77. RGB value is (236,64,119). Sum of RGB (Red+Green+Blue) = 236+64+119=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4077 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4077 is #13BF88. Grayscale: #797979. Windows color (decimal): -1294217 or 7815404. OLE color: 7815404.
HSL color Cylindrical-coordinate representation of color #EC4077: hue angle of 340.81º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC4077 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 119 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.07 |
| HSL | 340.81º | 0.82% | 0.59% | - |
| HSV(B) | 340.81º | 0.73% | 0.93% | - |
| XYZ | 39.76 | 22.83 | 19.76 | - |
| YUV | 121.7 | 126.48 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 119 | 0 | 0.73 | 0.50 | 0.07 | 340.81 | 0.82 | 0.59 |
| Hex | EC | 40 | 77 | 0 | 49 | 32 | 7 | 155 | 52 | 3B |
| Octal | 354 | 100 | 167 | 0 | 111 | 62 | 7 | 525 | 122 | 73 |
| Binary | 11101100 | 1000000 | 1110111 | 0 | 1001001 | 110010 | 111 | 101010101 | 1010010 | 111011 |
Color Harmonies of #EC4077
Complementary color
Monochromatic Colors of #EC4077
Black with #EC4077
Text Example
Text Example
White with #EC4077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4077; }
p { color: rgb(236,64,119); }
H1.HeaderClassName
{
color: #EC4077;
}
.AnyTagClassName
{
color: #EC4077;
}
</style>
background-color css
<style>
a { background-color: #EC4077; }
a { background-color: rgb(236,64,119); }
div.DivClassName
{
background-color: #EC4077;
}
.BgClassName
{
background-color: #EC4077;
}
</style>
border-color css
<style>
span { border-color: #EC4077; }
span { border-color: rgb(236,64,119); }
td.TdClassName
{
border-color: #EC4077;
}
.TagClassName
{
border-color: #EC4077;
}
</style>