Shades of Dark Pink #EC578A
Tints of Dark Pink #EC578A
RGB
CMYK
RGB Variations
Color information
#EC578A (or 0xEC578A) is known color: Dark Pink. HEX triplet: EC, 57 and 8A. RGB value is (236,87,138). Sum of RGB (Red+Green+Blue) = 236+87+138=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC578A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC578A is #13A875. Grayscale: #898989. Windows color (decimal): -1288310 or 9066476. OLE color: 9066476.
HSL color Cylindrical-coordinate representation of color #EC578A: hue angle of 339.46º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EC578A is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 138 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.07 |
| HSL | 339.46º | 0.8% | 0.63% | - |
| HSV(B) | 339.46º | 0.63% | 0.93% | - |
| XYZ | 42.59 | 26.48 | 26.91 | - |
| YUV | 137.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 138 | 0 | 0.63 | 0.42 | 0.07 | 339.46 | 0.8 | 0.63 |
| Hex | EC | 57 | 8A | 0 | 3F | 2A | 7 | 153 | 50 | 3F |
| Octal | 354 | 127 | 212 | 0 | 77 | 52 | 7 | 523 | 120 | 77 |
| Binary | 11101100 | 1010111 | 10001010 | 0 | 111111 | 101010 | 111 | 101010011 | 1010000 | 111111 |
Color Harmonies of #EC578A
Complementary color
Monochromatic Colors of #EC578A
Black with #EC578A
Text Example
Text Example
White with #EC578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC578A; }
p { color: rgb(236,87,138); }
H1.HeaderClassName
{
color: #EC578A;
}
.AnyTagClassName
{
color: #EC578A;
}
</style>
background-color css
<style>
a { background-color: #EC578A; }
a { background-color: rgb(236,87,138); }
div.DivClassName
{
background-color: #EC578A;
}
.BgClassName
{
background-color: #EC578A;
}
</style>
border-color css
<style>
span { border-color: #EC578A; }
span { border-color: rgb(236,87,138); }
td.TdClassName
{
border-color: #EC578A;
}
.TagClassName
{
border-color: #EC578A;
}
</style>