Shades of Dark Pink #EC5685
Tints of Dark Pink #EC5685
RGB
CMYK
RGB Variations
Color information
#EC5685 (or 0xEC5685) is known color: Dark Pink. HEX triplet: EC, 56 and 85. RGB value is (236,86,133). Sum of RGB (Red+Green+Blue) = 236+86+133=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5685 is #13A97A. Grayscale: #888888. Windows color (decimal): -1288571 or 8738540. OLE color: 8738540.
HSL color Cylindrical-coordinate representation of color #EC5685: hue angle of 341.2º 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 #EC5685 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 133 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.07 |
| HSL | 341.2º | 0.8% | 0.63% | - |
| HSV(B) | 341.2º | 0.64% | 0.93% | - |
| XYZ | 42.15 | 26.18 | 25.02 | - |
| YUV | 136.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 133 | 0 | 0.64 | 0.44 | 0.07 | 341.2 | 0.8 | 0.63 |
| Hex | EC | 56 | 85 | 0 | 40 | 2C | 7 | 155 | 50 | 3F |
| Octal | 354 | 126 | 205 | 0 | 100 | 54 | 7 | 525 | 120 | 77 |
| Binary | 11101100 | 1010110 | 10000101 | 0 | 1000000 | 101100 | 111 | 101010101 | 1010000 | 111111 |
Color Harmonies of #EC5685
Complementary color
Monochromatic Colors of #EC5685
Black with #EC5685
Text Example
Text Example
White with #EC5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5685; }
p { color: rgb(236,86,133); }
H1.HeaderClassName
{
color: #EC5685;
}
.AnyTagClassName
{
color: #EC5685;
}
</style>
background-color css
<style>
a { background-color: #EC5685; }
a { background-color: rgb(236,86,133); }
div.DivClassName
{
background-color: #EC5685;
}
.BgClassName
{
background-color: #EC5685;
}
</style>
border-color css
<style>
span { border-color: #EC5685; }
span { border-color: rgb(236,86,133); }
td.TdClassName
{
border-color: #EC5685;
}
.TagClassName
{
border-color: #EC5685;
}
</style>