Shades of Dark Pink #EC4479
Tints of Dark Pink #EC4479
RGB
CMYK
RGB Variations
Color information
#EC4479 (or 0xEC4479) is known color: Dark Pink. HEX triplet: EC, 44 and 79. RGB value is (236,68,121). Sum of RGB (Red+Green+Blue) = 236+68+121=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4479 is #13BB86. Grayscale: #7C7C7C. Windows color (decimal): -1293191 or 7947500. OLE color: 7947500.
HSL color Cylindrical-coordinate representation of color #EC4479: hue angle of 341.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4479 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 121 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.07 |
| HSL | 341.07º | 0.82% | 0.6% | - |
| HSV(B) | 341.07º | 0.71% | 0.93% | - |
| XYZ | 40.11 | 23.35 | 20.48 | - |
| YUV | 124.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 121 | 0 | 0.71 | 0.49 | 0.07 | 341.07 | 0.82 | 0.6 |
| Hex | EC | 44 | 79 | 0 | 47 | 31 | 7 | 155 | 52 | 3C |
| Octal | 354 | 104 | 171 | 0 | 107 | 61 | 7 | 525 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1111001 | 0 | 1000111 | 110001 | 111 | 101010101 | 1010010 | 111100 |
Color Harmonies of #EC4479
Complementary color
Monochromatic Colors of #EC4479
Black with #EC4479
Text Example
Text Example
White with #EC4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4479; }
p { color: rgb(236,68,121); }
H1.HeaderClassName
{
color: #EC4479;
}
.AnyTagClassName
{
color: #EC4479;
}
</style>
background-color css
<style>
a { background-color: #EC4479; }
a { background-color: rgb(236,68,121); }
div.DivClassName
{
background-color: #EC4479;
}
.BgClassName
{
background-color: #EC4479;
}
</style>
border-color css
<style>
span { border-color: #EC4479; }
span { border-color: rgb(236,68,121); }
td.TdClassName
{
border-color: #EC4479;
}
.TagClassName
{
border-color: #EC4479;
}
</style>