Shades of Dark Pink #EC5575
Tints of Dark Pink #EC5575
RGB
CMYK
RGB Variations
Color information
#EC5575 (or 0xEC5575) is known color: Dark Pink. HEX triplet: EC, 55 and 75. RGB value is (236,85,117). Sum of RGB (Red+Green+Blue) = 236+85+117=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5575 is #13AA8A. Grayscale: #858585. Windows color (decimal): -1288843 or 7689708. OLE color: 7689708.
HSL color Cylindrical-coordinate representation of color #EC5575: hue angle of 347.28º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5575 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 117 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.07 |
| HSL | 347.28º | 0.8% | 0.63% | - |
| HSV(B) | 347.28º | 0.64% | 0.93% | - |
| XYZ | 41.05 | 25.61 | 19.61 | - |
| YUV | 133.8 | 118.53 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 117 | 0 | 0.64 | 0.50 | 0.07 | 347.28 | 0.8 | 0.63 |
| Hex | EC | 55 | 75 | 0 | 40 | 32 | 7 | 15B | 50 | 3F |
| Octal | 354 | 125 | 165 | 0 | 100 | 62 | 7 | 533 | 120 | 77 |
| Binary | 11101100 | 1010101 | 1110101 | 0 | 1000000 | 110010 | 111 | 101011011 | 1010000 | 111111 |
Color Harmonies of #EC5575
Complementary color
Monochromatic Colors of #EC5575
Black with #EC5575
Text Example
Text Example
White with #EC5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5575; }
p { color: rgb(236,85,117); }
H1.HeaderClassName
{
color: #EC5575;
}
.AnyTagClassName
{
color: #EC5575;
}
</style>
background-color css
<style>
a { background-color: #EC5575; }
a { background-color: rgb(236,85,117); }
div.DivClassName
{
background-color: #EC5575;
}
.BgClassName
{
background-color: #EC5575;
}
</style>
border-color css
<style>
span { border-color: #EC5575; }
span { border-color: rgb(236,85,117); }
td.TdClassName
{
border-color: #EC5575;
}
.TagClassName
{
border-color: #EC5575;
}
</style>