Shades of Dark Pink #EC5585
Tints of Dark Pink #EC5585
RGB
CMYK
RGB Variations
Color information
#EC5585 (or 0xEC5585) is known color: Dark Pink. HEX triplet: EC, 55 and 85. RGB value is (236,85,133). Sum of RGB (Red+Green+Blue) = 236+85+133=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5585 is #13AA7A. Grayscale: #878787. Windows color (decimal): -1288827 or 8738284. OLE color: 8738284.
HSL color Cylindrical-coordinate representation of color #EC5585: hue angle of 340.93º 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 #EC5585 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 133 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.07 |
| HSL | 340.93º | 0.8% | 0.63% | - |
| HSV(B) | 340.93º | 0.64% | 0.93% | - |
| XYZ | 42.07 | 26.02 | 25 | - |
| YUV | 135.62 | 126.53 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 133 | 0 | 0.64 | 0.44 | 0.07 | 340.93 | 0.8 | 0.63 |
| Hex | EC | 55 | 85 | 0 | 40 | 2C | 7 | 155 | 50 | 3F |
| Octal | 354 | 125 | 205 | 0 | 100 | 54 | 7 | 525 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10000101 | 0 | 1000000 | 101100 | 111 | 101010101 | 1010000 | 111111 |
Color Harmonies of #EC5585
Complementary color
Monochromatic Colors of #EC5585
Black with #EC5585
Text Example
Text Example
White with #EC5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5585; }
p { color: rgb(236,85,133); }
H1.HeaderClassName
{
color: #EC5585;
}
.AnyTagClassName
{
color: #EC5585;
}
</style>
background-color css
<style>
a { background-color: #EC5585; }
a { background-color: rgb(236,85,133); }
div.DivClassName
{
background-color: #EC5585;
}
.BgClassName
{
background-color: #EC5585;
}
</style>
border-color css
<style>
span { border-color: #EC5585; }
span { border-color: rgb(236,85,133); }
td.TdClassName
{
border-color: #EC5585;
}
.TagClassName
{
border-color: #EC5585;
}
</style>