Shades of Dark Pink #EC5487
Tints of Dark Pink #EC5487
RGB
CMYK
RGB Variations
Color information
#EC5487 (or 0xEC5487) is known color: Dark Pink. HEX triplet: EC, 54 and 87. RGB value is (236,84,135). Sum of RGB (Red+Green+Blue) = 236+84+135=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5487 is #13AB78. Grayscale: #878787. Windows color (decimal): -1289081 or 8869100. OLE color: 8869100.
HSL color Cylindrical-coordinate representation of color #EC5487: hue angle of 339.87º 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 #EC5487 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 135 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.07 |
| HSL | 339.87º | 0.8% | 0.63% | - |
| HSV(B) | 339.87º | 0.64% | 0.93% | - |
| XYZ | 42.14 | 25.92 | 25.7 | - |
| YUV | 135.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 135 | 0 | 0.64 | 0.43 | 0.07 | 339.87 | 0.8 | 0.63 |
| Hex | EC | 54 | 87 | 0 | 40 | 2B | 7 | 154 | 50 | 3F |
| Octal | 354 | 124 | 207 | 0 | 100 | 53 | 7 | 524 | 120 | 77 |
| Binary | 11101100 | 1010100 | 10000111 | 0 | 1000000 | 101011 | 111 | 101010100 | 1010000 | 111111 |
Color Harmonies of #EC5487
Complementary color
Monochromatic Colors of #EC5487
Black with #EC5487
Text Example
Text Example
White with #EC5487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5487; }
p { color: rgb(236,84,135); }
H1.HeaderClassName
{
color: #EC5487;
}
.AnyTagClassName
{
color: #EC5487;
}
</style>
background-color css
<style>
a { background-color: #EC5487; }
a { background-color: rgb(236,84,135); }
div.DivClassName
{
background-color: #EC5487;
}
.BgClassName
{
background-color: #EC5487;
}
</style>
border-color css
<style>
span { border-color: #EC5487; }
span { border-color: rgb(236,84,135); }
td.TdClassName
{
border-color: #EC5487;
}
.TagClassName
{
border-color: #EC5487;
}
</style>