Shades of Dark Pink #EC5074
Tints of Dark Pink #EC5074
RGB
CMYK
RGB Variations
Color information
#EC5074 (or 0xEC5074) is known color: Dark Pink. HEX triplet: EC, 50 and 74. RGB value is (236,80,116). Sum of RGB (Red+Green+Blue) = 236+80+116=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5074 is #13AF8B. Grayscale: #828282. Windows color (decimal): -1290124 or 7622892. OLE color: 7622892.
HSL color Cylindrical-coordinate representation of color #EC5074: hue angle of 346.15º 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 #EC5074 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 80 | 116 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.07 |
| HSL | 346.15º | 0.8% | 0.62% | - |
| HSV(B) | 346.15º | 0.66% | 0.93% | - |
| XYZ | 40.61 | 24.83 | 19.18 | - |
| YUV | 130.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 80 | 116 | 0 | 0.66 | 0.51 | 0.07 | 346.15 | 0.8 | 0.62 |
| Hex | EC | 50 | 74 | 0 | 42 | 33 | 7 | 15A | 50 | 3E |
| Octal | 354 | 120 | 164 | 0 | 102 | 63 | 7 | 532 | 120 | 76 |
| Binary | 11101100 | 1010000 | 1110100 | 0 | 1000010 | 110011 | 111 | 101011010 | 1010000 | 111110 |
Color Harmonies of #EC5074
Complementary color
Monochromatic Colors of #EC5074
Black with #EC5074
Text Example
Text Example
White with #EC5074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5074; }
p { color: rgb(236,80,116); }
H1.HeaderClassName
{
color: #EC5074;
}
.AnyTagClassName
{
color: #EC5074;
}
</style>
background-color css
<style>
a { background-color: #EC5074; }
a { background-color: rgb(236,80,116); }
div.DivClassName
{
background-color: #EC5074;
}
.BgClassName
{
background-color: #EC5074;
}
</style>
border-color css
<style>
span { border-color: #EC5074; }
span { border-color: rgb(236,80,116); }
td.TdClassName
{
border-color: #EC5074;
}
.TagClassName
{
border-color: #EC5074;
}
</style>