Shades of Dark Pink #EC5673
Tints of Dark Pink #EC5673
RGB
CMYK
RGB Variations
Color information
#EC5673 (or 0xEC5673) is known color: Dark Pink. HEX triplet: EC, 56 and 73. RGB value is (236,86,115). Sum of RGB (Red+Green+Blue) = 236+86+115=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5673 is #13A98C. Grayscale: #868686. Windows color (decimal): -1288589 or 7558892. OLE color: 7558892.
HSL color Cylindrical-coordinate representation of color #EC5673: hue angle of 348.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 #EC5673 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 115 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.07 |
| HSL | 348.4º | 0.8% | 0.63% | - |
| HSV(B) | 348.4º | 0.64% | 0.93% | - |
| XYZ | 41.01 | 25.73 | 19.02 | - |
| YUV | 134.16 | 117.2 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 115 | 0 | 0.64 | 0.51 | 0.07 | 348.4 | 0.8 | 0.63 |
| Hex | EC | 56 | 73 | 0 | 40 | 33 | 7 | 15C | 50 | 3F |
| Octal | 354 | 126 | 163 | 0 | 100 | 63 | 7 | 534 | 120 | 77 |
| Binary | 11101100 | 1010110 | 1110011 | 0 | 1000000 | 110011 | 111 | 101011100 | 1010000 | 111111 |
Color Harmonies of #EC5673
Complementary color
Monochromatic Colors of #EC5673
Black with #EC5673
Text Example
Text Example
White with #EC5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5673; }
p { color: rgb(236,86,115); }
H1.HeaderClassName
{
color: #EC5673;
}
.AnyTagClassName
{
color: #EC5673;
}
</style>
background-color css
<style>
a { background-color: #EC5673; }
a { background-color: rgb(236,86,115); }
div.DivClassName
{
background-color: #EC5673;
}
.BgClassName
{
background-color: #EC5673;
}
</style>
border-color css
<style>
span { border-color: #EC5673; }
span { border-color: rgb(236,86,115); }
td.TdClassName
{
border-color: #EC5673;
}
.TagClassName
{
border-color: #EC5673;
}
</style>