Shades of Dark Pink #EC5E80
Tints of Dark Pink #EC5E80
RGB
CMYK
RGB Variations
Color information
#EC5E80 (or 0xEC5E80) is known color: Dark Pink. HEX triplet: EC, 5E and 80. RGB value is (236,94,128). Sum of RGB (Red+Green+Blue) = 236+94+128=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E80 is #13A17F. Grayscale: #8C8C8C. Windows color (decimal): -1286528 or 8412908. OLE color: 8412908.
HSL color Cylindrical-coordinate representation of color #EC5E80: hue angle of 345.63º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E80 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 128 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.07 |
| HSL | 345.63º | 0.79% | 0.65% | - |
| HSV(B) | 345.63º | 0.6% | 0.93% | - |
| XYZ | 42.49 | 27.4 | 23.47 | - |
| YUV | 140.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 128 | 0 | 0.60 | 0.46 | 0.07 | 345.63 | 0.79 | 0.65 |
| Hex | EC | 5E | 80 | 0 | 3C | 2E | 7 | 15A | 4F | 41 |
| Octal | 354 | 136 | 200 | 0 | 74 | 56 | 7 | 532 | 117 | 101 |
| Binary | 11101100 | 1011110 | 10000000 | 0 | 111100 | 101110 | 111 | 101011010 | 1001111 | 1000001 |
Color Harmonies of #EC5E80
Complementary color
Monochromatic Colors of #EC5E80
Black with #EC5E80
Text Example
Text Example
White with #EC5E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E80; }
p { color: rgb(236,94,128); }
H1.HeaderClassName
{
color: #EC5E80;
}
.AnyTagClassName
{
color: #EC5E80;
}
</style>
background-color css
<style>
a { background-color: #EC5E80; }
a { background-color: rgb(236,94,128); }
div.DivClassName
{
background-color: #EC5E80;
}
.BgClassName
{
background-color: #EC5E80;
}
</style>
border-color css
<style>
span { border-color: #EC5E80; }
span { border-color: rgb(236,94,128); }
td.TdClassName
{
border-color: #EC5E80;
}
.TagClassName
{
border-color: #EC5E80;
}
</style>