Shades of Dark Pink #EC5073
Tints of Dark Pink #EC5073
RGB
CMYK
RGB Variations
Color information
#EC5073 (or 0xEC5073) is known color: Dark Pink. HEX triplet: EC, 50 and 73. RGB value is (236,80,115). Sum of RGB (Red+Green+Blue) = 236+80+115=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5073 is #13AF8C. Grayscale: #828282. Windows color (decimal): -1290125 or 7557356. OLE color: 7557356.
HSL color Cylindrical-coordinate representation of color #EC5073: hue angle of 346.54º 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 #EC5073 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 115 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.54º | 0.8% | 0.62% | - |
| HSV(B) | 346.54º | 0.66% | 0.93% | - |
| XYZ | 40.56 | 24.81 | 18.87 | - |
| YUV | 130.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 115 | 0 | 0.66 | 0.51 | 0.07 | 346.54 | 0.8 | 0.62 |
| Hex | EC | 50 | 73 | 0 | 42 | 33 | 7 | 15B | 50 | 3E |
| Octal | 354 | 120 | 163 | 0 | 102 | 63 | 7 | 533 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1110011 | 0 | 1000010 | 110011 | 111 | 101011011 | 1010000 | 111110 |
Color Harmonies of #EC5073
Complementary color
Monochromatic Colors of #EC5073
Black with #EC5073
Text Example
Text Example
White with #EC5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5073; }
p { color: rgb(236,80,115); }
H1.HeaderClassName
{
color: #EC5073;
}
.AnyTagClassName
{
color: #EC5073;
}
</style>
background-color css
<style>
a { background-color: #EC5073; }
a { background-color: rgb(236,80,115); }
div.DivClassName
{
background-color: #EC5073;
}
.BgClassName
{
background-color: #EC5073;
}
</style>
border-color css
<style>
span { border-color: #EC5073; }
span { border-color: rgb(236,80,115); }
td.TdClassName
{
border-color: #EC5073;
}
.TagClassName
{
border-color: #EC5073;
}
</style>