Shades of Dark Pink #EC5688
Tints of Dark Pink #EC5688
RGB
CMYK
RGB Variations
Color information
#EC5688 (or 0xEC5688) is known color: Dark Pink. HEX triplet: EC, 56 and 88. RGB value is (236,86,136). Sum of RGB (Red+Green+Blue) = 236+86+136=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5688 is #13A977. Grayscale: #888888. Windows color (decimal): -1288568 or 8935148. OLE color: 8935148.
HSL color Cylindrical-coordinate representation of color #EC5688: hue angle of 340º 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 #EC5688 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 136 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.07 |
| HSL | 340º | 0.8% | 0.63% | - |
| HSV(B) | 340º | 0.64% | 0.93% | - |
| XYZ | 42.36 | 26.27 | 26.13 | - |
| YUV | 136.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 136 | 0 | 0.64 | 0.42 | 0.07 | 340 | 0.8 | 0.63 |
| Hex | EC | 56 | 88 | 0 | 40 | 2A | 7 | 154 | 50 | 3F |
| Octal | 354 | 126 | 210 | 0 | 100 | 52 | 7 | 524 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10001000 | 0 | 1000000 | 101010 | 111 | 101010100 | 1010000 | 111111 |
Color Harmonies of #EC5688
Complementary color
Monochromatic Colors of #EC5688
Black with #EC5688
Text Example
Text Example
White with #EC5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5688; }
p { color: rgb(236,86,136); }
H1.HeaderClassName
{
color: #EC5688;
}
.AnyTagClassName
{
color: #EC5688;
}
</style>
background-color css
<style>
a { background-color: #EC5688; }
a { background-color: rgb(236,86,136); }
div.DivClassName
{
background-color: #EC5688;
}
.BgClassName
{
background-color: #EC5688;
}
</style>
border-color css
<style>
span { border-color: #EC5688; }
span { border-color: rgb(236,86,136); }
td.TdClassName
{
border-color: #EC5688;
}
.TagClassName
{
border-color: #EC5688;
}
</style>