Shades of Dark Pink #EC588A
Tints of Dark Pink #EC588A
RGB
CMYK
RGB Variations
Color information
#EC588A (or 0xEC588A) is known color: Dark Pink. HEX triplet: EC, 58 and 8A. RGB value is (236,88,138). Sum of RGB (Red+Green+Blue) = 236+88+138=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC588A is #13A775. Grayscale: #898989. Windows color (decimal): -1288054 or 9066732. OLE color: 9066732.
HSL color Cylindrical-coordinate representation of color #EC588A: hue angle of 339.73º 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 #EC588A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 138 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.07 |
| HSL | 339.73º | 0.8% | 0.64% | - |
| HSV(B) | 339.73º | 0.63% | 0.93% | - |
| XYZ | 42.67 | 26.65 | 26.94 | - |
| YUV | 137.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 138 | 0 | 0.63 | 0.42 | 0.07 | 339.73 | 0.8 | 0.64 |
| Hex | EC | 58 | 8A | 0 | 3F | 2A | 7 | 154 | 50 | 40 |
| Octal | 354 | 130 | 212 | 0 | 77 | 52 | 7 | 524 | 120 | 100 |
| Binary | 11101100 | 1011000 | 10001010 | 0 | 111111 | 101010 | 111 | 101010100 | 1010000 | 1000000 |
Color Harmonies of #EC588A
Complementary color
Monochromatic Colors of #EC588A
Black with #EC588A
Text Example
Text Example
White with #EC588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC588A; }
p { color: rgb(236,88,138); }
H1.HeaderClassName
{
color: #EC588A;
}
.AnyTagClassName
{
color: #EC588A;
}
</style>
background-color css
<style>
a { background-color: #EC588A; }
a { background-color: rgb(236,88,138); }
div.DivClassName
{
background-color: #EC588A;
}
.BgClassName
{
background-color: #EC588A;
}
</style>
border-color css
<style>
span { border-color: #EC588A; }
span { border-color: rgb(236,88,138); }
td.TdClassName
{
border-color: #EC588A;
}
.TagClassName
{
border-color: #EC588A;
}
</style>