Shades of Dark Pink #EC558C
Tints of Dark Pink #EC558C
RGB
CMYK
RGB Variations
Color information
#EC558C (or 0xEC558C) is known color: Dark Pink. HEX triplet: EC, 55 and 8C. RGB value is (236,85,140). Sum of RGB (Red+Green+Blue) = 236+85+140=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC558C is #13AA73. Grayscale: #888888. Windows color (decimal): -1288820 or 9197036. OLE color: 9197036.
HSL color Cylindrical-coordinate representation of color #EC558C: hue angle of 338.15º 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 #EC558C is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 140 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.07 |
| HSL | 338.15º | 0.8% | 0.63% | - |
| HSV(B) | 338.15º | 0.64% | 0.93% | - |
| XYZ | 42.57 | 26.22 | 27.63 | - |
| YUV | 136.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 140 | 0 | 0.64 | 0.41 | 0.07 | 338.15 | 0.8 | 0.63 |
| Hex | EC | 55 | 8C | 0 | 40 | 29 | 7 | 152 | 50 | 3F |
| Octal | 354 | 125 | 214 | 0 | 100 | 51 | 7 | 522 | 120 | 77 |
| Binary | 11101100 | 1010101 | 10001100 | 0 | 1000000 | 101001 | 111 | 101010010 | 1010000 | 111111 |
Color Harmonies of #EC558C
Complementary color
Monochromatic Colors of #EC558C
Black with #EC558C
Text Example
Text Example
White with #EC558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC558C; }
p { color: rgb(236,85,140); }
H1.HeaderClassName
{
color: #EC558C;
}
.AnyTagClassName
{
color: #EC558C;
}
</style>
background-color css
<style>
a { background-color: #EC558C; }
a { background-color: rgb(236,85,140); }
div.DivClassName
{
background-color: #EC558C;
}
.BgClassName
{
background-color: #EC558C;
}
</style>
border-color css
<style>
span { border-color: #EC558C; }
span { border-color: rgb(236,85,140); }
td.TdClassName
{
border-color: #EC558C;
}
.TagClassName
{
border-color: #EC558C;
}
</style>