Shades of Dark Pink #EC5473
Tints of Dark Pink #EC5473
RGB
CMYK
RGB Variations
Color information
#EC5473 (or 0xEC5473) is known color: Dark Pink. HEX triplet: EC, 54 and 73. RGB value is (236,84,115). Sum of RGB (Red+Green+Blue) = 236+84+115=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5473 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5473 is #13AB8C. Grayscale: #858585. Windows color (decimal): -1289101 or 7558380. OLE color: 7558380.
HSL color Cylindrical-coordinate representation of color #EC5473: hue angle of 347.76º 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 #EC5473 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 115 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.07 |
| HSL | 347.76º | 0.8% | 0.63% | - |
| HSV(B) | 347.76º | 0.64% | 0.93% | - |
| XYZ | 40.86 | 25.41 | 18.97 | - |
| YUV | 132.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 115 | 0 | 0.64 | 0.51 | 0.07 | 347.76 | 0.8 | 0.63 |
| Hex | EC | 54 | 73 | 0 | 40 | 33 | 7 | 15C | 50 | 3F |
| Octal | 354 | 124 | 163 | 0 | 100 | 63 | 7 | 534 | 120 | 77 |
| Binary | 11101100 | 1010100 | 1110011 | 0 | 1000000 | 110011 | 111 | 101011100 | 1010000 | 111111 |
Color Harmonies of #EC5473
Complementary color
Monochromatic Colors of #EC5473
Black with #EC5473
Text Example
Text Example
White with #EC5473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5473; }
p { color: rgb(236,84,115); }
H1.HeaderClassName
{
color: #EC5473;
}
.AnyTagClassName
{
color: #EC5473;
}
</style>
background-color css
<style>
a { background-color: #EC5473; }
a { background-color: rgb(236,84,115); }
div.DivClassName
{
background-color: #EC5473;
}
.BgClassName
{
background-color: #EC5473;
}
</style>
border-color css
<style>
span { border-color: #EC5473; }
span { border-color: rgb(236,84,115); }
td.TdClassName
{
border-color: #EC5473;
}
.TagClassName
{
border-color: #EC5473;
}
</style>