Shades of Dark Pink #EC4779
Tints of Dark Pink #EC4779
RGB
CMYK
RGB Variations
Color information
#EC4779 (or 0xEC4779) is known color: Dark Pink. HEX triplet: EC, 47 and 79. RGB value is (236,71,121). Sum of RGB (Red+Green+Blue) = 236+71+121=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4779 is #13B886. Grayscale: #7E7E7E. Windows color (decimal): -1292423 or 7948268. OLE color: 7948268.
HSL color Cylindrical-coordinate representation of color #EC4779: hue angle of 341.82º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4779 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 121 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.07 |
| HSL | 341.82º | 0.81% | 0.6% | - |
| HSV(B) | 341.82º | 0.7% | 0.93% | - |
| XYZ | 40.3 | 23.72 | 20.54 | - |
| YUV | 126.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 121 | 0 | 0.70 | 0.49 | 0.07 | 341.82 | 0.81 | 0.6 |
| Hex | EC | 47 | 79 | 0 | 46 | 31 | 7 | 156 | 51 | 3C |
| Octal | 354 | 107 | 171 | 0 | 106 | 61 | 7 | 526 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1111001 | 0 | 1000110 | 110001 | 111 | 101010110 | 1010001 | 111100 |
Color Harmonies of #EC4779
Complementary color
Monochromatic Colors of #EC4779
Black with #EC4779
Text Example
Text Example
White with #EC4779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4779; }
p { color: rgb(236,71,121); }
H1.HeaderClassName
{
color: #EC4779;
}
.AnyTagClassName
{
color: #EC4779;
}
</style>
background-color css
<style>
a { background-color: #EC4779; }
a { background-color: rgb(236,71,121); }
div.DivClassName
{
background-color: #EC4779;
}
.BgClassName
{
background-color: #EC4779;
}
</style>
border-color css
<style>
span { border-color: #EC4779; }
span { border-color: rgb(236,71,121); }
td.TdClassName
{
border-color: #EC4779;
}
.TagClassName
{
border-color: #EC4779;
}
</style>