Shades of Dark Pink #EC5071
Tints of Dark Pink #EC5071
RGB
CMYK
RGB Variations
Color information
#EC5071 (or 0xEC5071) is known color: Dark Pink. HEX triplet: EC, 50 and 71. RGB value is (236,80,113). Sum of RGB (Red+Green+Blue) = 236+80+113=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5071 is #13AF8E. Grayscale: #828282. Windows color (decimal): -1290127 or 7426284. OLE color: 7426284.
HSL color Cylindrical-coordinate representation of color #EC5071: hue angle of 347.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5071 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 113 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.07 |
| HSL | 347.31º | 0.8% | 0.62% | - |
| HSV(B) | 347.31º | 0.66% | 0.93% | - |
| XYZ | 40.44 | 24.76 | 18.27 | - |
| YUV | 130.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 113 | 0 | 0.66 | 0.52 | 0.07 | 347.31 | 0.8 | 0.62 |
| Hex | EC | 50 | 71 | 0 | 42 | 34 | 7 | 15B | 50 | 3E |
| Octal | 354 | 120 | 161 | 0 | 102 | 64 | 7 | 533 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1110001 | 0 | 1000010 | 110100 | 111 | 101011011 | 1010000 | 111110 |
Color Harmonies of #EC5071
Complementary color
Monochromatic Colors of #EC5071
Black with #EC5071
Text Example
Text Example
White with #EC5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5071; }
p { color: rgb(236,80,113); }
H1.HeaderClassName
{
color: #EC5071;
}
.AnyTagClassName
{
color: #EC5071;
}
</style>
background-color css
<style>
a { background-color: #EC5071; }
a { background-color: rgb(236,80,113); }
div.DivClassName
{
background-color: #EC5071;
}
.BgClassName
{
background-color: #EC5071;
}
</style>
border-color css
<style>
span { border-color: #EC5071; }
span { border-color: rgb(236,80,113); }
td.TdClassName
{
border-color: #EC5071;
}
.TagClassName
{
border-color: #EC5071;
}
</style>