Shades of Dark Pink #EC4970
Tints of Dark Pink #EC4970
RGB
CMYK
RGB Variations
Color information
#EC4970 (or 0xEC4970) is known color: Dark Pink. HEX triplet: EC, 49 and 70. RGB value is (236,73,112). Sum of RGB (Red+Green+Blue) = 236+73+112=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4970 is #13B68F. Grayscale: #7E7E7E. Windows color (decimal): -1291920 or 7358956. OLE color: 7358956.
HSL color Cylindrical-coordinate representation of color #EC4970: hue angle of 345.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4970 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 112 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.07 |
| HSL | 345.64º | 0.81% | 0.61% | - |
| HSV(B) | 345.64º | 0.69% | 0.93% | - |
| XYZ | 39.9 | 23.77 | 17.81 | - |
| YUV | 126.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 112 | 0 | 0.69 | 0.53 | 0.07 | 345.64 | 0.81 | 0.61 |
| Hex | EC | 49 | 70 | 0 | 45 | 35 | 7 | 15A | 51 | 3D |
| Octal | 354 | 111 | 160 | 0 | 105 | 65 | 7 | 532 | 121 | 75 |
| Binary | 11101100 | 1001001 | 1110000 | 0 | 1000101 | 110101 | 111 | 101011010 | 1010001 | 111101 |
Color Harmonies of #EC4970
Complementary color
Monochromatic Colors of #EC4970
Black with #EC4970
Text Example
Text Example
White with #EC4970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4970; }
p { color: rgb(236,73,112); }
H1.HeaderClassName
{
color: #EC4970;
}
.AnyTagClassName
{
color: #EC4970;
}
</style>
background-color css
<style>
a { background-color: #EC4970; }
a { background-color: rgb(236,73,112); }
div.DivClassName
{
background-color: #EC4970;
}
.BgClassName
{
background-color: #EC4970;
}
</style>
border-color css
<style>
span { border-color: #EC4970; }
span { border-color: rgb(236,73,112); }
td.TdClassName
{
border-color: #EC4970;
}
.TagClassName
{
border-color: #EC4970;
}
</style>