Shades of Dark Pink #EC5584
Tints of Dark Pink #EC5584
RGB
CMYK
RGB Variations
Color information
#EC5584 (or 0xEC5584) is known color: Dark Pink. HEX triplet: EC, 55 and 84. RGB value is (236,85,132). Sum of RGB (Red+Green+Blue) = 236+85+132=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5584 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5584 is #13AA7B. Grayscale: #878787. Windows color (decimal): -1288828 or 8672748. OLE color: 8672748.
HSL color Cylindrical-coordinate representation of color #EC5584: hue angle of 341.32º 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 #EC5584 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 132 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.07 |
| HSL | 341.32º | 0.8% | 0.63% | - |
| HSV(B) | 341.32º | 0.64% | 0.93% | - |
| XYZ | 42.01 | 26 | 24.63 | - |
| YUV | 135.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 132 | 0 | 0.64 | 0.44 | 0.07 | 341.32 | 0.8 | 0.63 |
| Hex | EC | 55 | 84 | 0 | 40 | 2C | 7 | 155 | 50 | 3F |
| Octal | 354 | 125 | 204 | 0 | 100 | 54 | 7 | 525 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10000100 | 0 | 1000000 | 101100 | 111 | 101010101 | 1010000 | 111111 |
Color Harmonies of #EC5584
Complementary color
Monochromatic Colors of #EC5584
Black with #EC5584
Text Example
Text Example
White with #EC5584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5584; }
p { color: rgb(236,85,132); }
H1.HeaderClassName
{
color: #EC5584;
}
.AnyTagClassName
{
color: #EC5584;
}
</style>
background-color css
<style>
a { background-color: #EC5584; }
a { background-color: rgb(236,85,132); }
div.DivClassName
{
background-color: #EC5584;
}
.BgClassName
{
background-color: #EC5584;
}
</style>
border-color css
<style>
span { border-color: #EC5584; }
span { border-color: rgb(236,85,132); }
td.TdClassName
{
border-color: #EC5584;
}
.TagClassName
{
border-color: #EC5584;
}
</style>