Shades of Dark Pink #EC5470
Tints of Dark Pink #EC5470
RGB
CMYK
RGB Variations
Color information
#EC5470 (or 0xEC5470) is known color: Dark Pink. HEX triplet: EC, 54 and 70. RGB value is (236,84,112). Sum of RGB (Red+Green+Blue) = 236+84+112=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5470 is #13AB8F. Grayscale: #848484. Windows color (decimal): -1289104 or 7361772. OLE color: 7361772.
HSL color Cylindrical-coordinate representation of color #EC5470: hue angle of 348.95º 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 #EC5470 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 112 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.07 |
| HSL | 348.95º | 0.8% | 0.63% | - |
| HSV(B) | 348.95º | 0.64% | 0.93% | - |
| XYZ | 40.69 | 25.34 | 18.08 | - |
| YUV | 132.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 112 | 0 | 0.64 | 0.53 | 0.07 | 348.95 | 0.8 | 0.63 |
| Hex | EC | 54 | 70 | 0 | 40 | 35 | 7 | 15D | 50 | 3F |
| Octal | 354 | 124 | 160 | 0 | 100 | 65 | 7 | 535 | 120 | 77 |
| Binary | 11101100 | 1010100 | 1110000 | 0 | 1000000 | 110101 | 111 | 101011101 | 1010000 | 111111 |
Color Harmonies of #EC5470
Complementary color
Monochromatic Colors of #EC5470
Black with #EC5470
Text Example
Text Example
White with #EC5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5470; }
p { color: rgb(236,84,112); }
H1.HeaderClassName
{
color: #EC5470;
}
.AnyTagClassName
{
color: #EC5470;
}
</style>
background-color css
<style>
a { background-color: #EC5470; }
a { background-color: rgb(236,84,112); }
div.DivClassName
{
background-color: #EC5470;
}
.BgClassName
{
background-color: #EC5470;
}
</style>
border-color css
<style>
span { border-color: #EC5470; }
span { border-color: rgb(236,84,112); }
td.TdClassName
{
border-color: #EC5470;
}
.TagClassName
{
border-color: #EC5470;
}
</style>