Shades of Dark Pink #EC5173
Tints of Dark Pink #EC5173
RGB
CMYK
RGB Variations
Color information
#EC5173 (or 0xEC5173) is known color: Dark Pink. HEX triplet: EC, 51 and 73. RGB value is (236,81,115). Sum of RGB (Red+Green+Blue) = 236+81+115=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5173 is #13AE8C. Grayscale: #838383. Windows color (decimal): -1289869 or 7557612. OLE color: 7557612.
HSL color Cylindrical-coordinate representation of color #EC5173: hue angle of 346.84º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC5173 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 115 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.84º | 0.8% | 0.62% | - |
| HSV(B) | 346.84º | 0.66% | 0.93% | - |
| XYZ | 40.63 | 24.96 | 18.9 | - |
| YUV | 131.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 115 | 0 | 0.66 | 0.51 | 0.07 | 346.84 | 0.8 | 0.62 |
| Hex | EC | 51 | 73 | 0 | 42 | 33 | 7 | 15B | 50 | 3E |
| Octal | 354 | 121 | 163 | 0 | 102 | 63 | 7 | 533 | 120 | 76 |
| Binary | 11101100 | 1010001 | 1110011 | 0 | 1000010 | 110011 | 111 | 101011011 | 1010000 | 111110 |
Color Harmonies of #EC5173
Complementary color
Monochromatic Colors of #EC5173
Black with #EC5173
Text Example
Text Example
White with #EC5173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5173; }
p { color: rgb(236,81,115); }
H1.HeaderClassName
{
color: #EC5173;
}
.AnyTagClassName
{
color: #EC5173;
}
</style>
background-color css
<style>
a { background-color: #EC5173; }
a { background-color: rgb(236,81,115); }
div.DivClassName
{
background-color: #EC5173;
}
.BgClassName
{
background-color: #EC5173;
}
</style>
border-color css
<style>
span { border-color: #EC5173; }
span { border-color: rgb(236,81,115); }
td.TdClassName
{
border-color: #EC5173;
}
.TagClassName
{
border-color: #EC5173;
}
</style>