Shades of Dark Pink #EC5678
Tints of Dark Pink #EC5678
RGB
CMYK
RGB Variations
Color information
#EC5678 (or 0xEC5678) is known color: Dark Pink. HEX triplet: EC, 56 and 78. RGB value is (236,86,120). Sum of RGB (Red+Green+Blue) = 236+86+120=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5678 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5678 is #13A987. Grayscale: #868686. Windows color (decimal): -1288584 or 7886572. OLE color: 7886572.
HSL color Cylindrical-coordinate representation of color #EC5678: hue angle of 346.4º 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 #EC5678 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 120 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.07 |
| HSL | 346.4º | 0.8% | 0.63% | - |
| HSV(B) | 346.4º | 0.64% | 0.93% | - |
| XYZ | 41.31 | 25.84 | 20.58 | - |
| YUV | 134.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 120 | 0 | 0.64 | 0.49 | 0.07 | 346.4 | 0.8 | 0.63 |
| Hex | EC | 56 | 78 | 0 | 40 | 31 | 7 | 15A | 50 | 3F |
| Octal | 354 | 126 | 170 | 0 | 100 | 61 | 7 | 532 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1111000 | 0 | 1000000 | 110001 | 111 | 101011010 | 1010000 | 111111 |
Color Harmonies of #EC5678
Complementary color
Monochromatic Colors of #EC5678
Black with #EC5678
Text Example
Text Example
White with #EC5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5678; }
p { color: rgb(236,86,120); }
H1.HeaderClassName
{
color: #EC5678;
}
.AnyTagClassName
{
color: #EC5678;
}
</style>
background-color css
<style>
a { background-color: #EC5678; }
a { background-color: rgb(236,86,120); }
div.DivClassName
{
background-color: #EC5678;
}
.BgClassName
{
background-color: #EC5678;
}
</style>
border-color css
<style>
span { border-color: #EC5678; }
span { border-color: rgb(236,86,120); }
td.TdClassName
{
border-color: #EC5678;
}
.TagClassName
{
border-color: #EC5678;
}
</style>