Shades of Dark Pink #EC588C
Tints of Dark Pink #EC588C
RGB
CMYK
RGB Variations
Color information
#EC588C (or 0xEC588C) is known color: Dark Pink. HEX triplet: EC, 58 and 8C. RGB value is (236,88,140). Sum of RGB (Red+Green+Blue) = 236+88+140=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC588C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC588C is #13A773. Grayscale: #8A8A8A. Windows color (decimal): -1288052 or 9197804. OLE color: 9197804.
HSL color Cylindrical-coordinate representation of color #EC588C: hue angle of 338.92º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC588C is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 140 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.07 |
| HSL | 338.92º | 0.8% | 0.64% | - |
| HSV(B) | 338.92º | 0.63% | 0.93% | - |
| XYZ | 42.82 | 26.71 | 27.71 | - |
| YUV | 138.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 140 | 0 | 0.63 | 0.41 | 0.07 | 338.92 | 0.8 | 0.64 |
| Hex | EC | 58 | 8C | 0 | 3F | 29 | 7 | 153 | 50 | 40 |
| Octal | 354 | 130 | 214 | 0 | 77 | 51 | 7 | 523 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10001100 | 0 | 111111 | 101001 | 111 | 101010011 | 1010000 | 1000000 |
Color Harmonies of #EC588C
Complementary color
Monochromatic Colors of #EC588C
Black with #EC588C
Text Example
Text Example
White with #EC588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC588C; }
p { color: rgb(236,88,140); }
H1.HeaderClassName
{
color: #EC588C;
}
.AnyTagClassName
{
color: #EC588C;
}
</style>
background-color css
<style>
a { background-color: #EC588C; }
a { background-color: rgb(236,88,140); }
div.DivClassName
{
background-color: #EC588C;
}
.BgClassName
{
background-color: #EC588C;
}
</style>
border-color css
<style>
span { border-color: #EC588C; }
span { border-color: rgb(236,88,140); }
td.TdClassName
{
border-color: #EC588C;
}
.TagClassName
{
border-color: #EC588C;
}
</style>