Shades of Dark Pink #EC4179
Tints of Dark Pink #EC4179
RGB
CMYK
RGB Variations
Color information
#EC4179 (or 0xEC4179) is known color: Dark Pink. HEX triplet: EC, 41 and 79. RGB value is (236,65,121). Sum of RGB (Red+Green+Blue) = 236+65+121=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4179 is #13BE86. Grayscale: #7A7A7A. Windows color (decimal): -1293959 or 7946732. OLE color: 7946732.
HSL color Cylindrical-coordinate representation of color #EC4179: hue angle of 340.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4179 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 121 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.07 |
| HSL | 340.35º | 0.82% | 0.59% | - |
| HSV(B) | 340.35º | 0.72% | 0.93% | - |
| XYZ | 39.93 | 22.99 | 20.42 | - |
| YUV | 122.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 121 | 0 | 0.72 | 0.49 | 0.07 | 340.35 | 0.82 | 0.59 |
| Hex | EC | 41 | 79 | 0 | 48 | 31 | 7 | 154 | 52 | 3B |
| Octal | 354 | 101 | 171 | 0 | 110 | 61 | 7 | 524 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1111001 | 0 | 1001000 | 110001 | 111 | 101010100 | 1010010 | 111011 |
Color Harmonies of #EC4179
Complementary color
Monochromatic Colors of #EC4179
Black with #EC4179
Text Example
Text Example
White with #EC4179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4179; }
p { color: rgb(236,65,121); }
H1.HeaderClassName
{
color: #EC4179;
}
.AnyTagClassName
{
color: #EC4179;
}
</style>
background-color css
<style>
a { background-color: #EC4179; }
a { background-color: rgb(236,65,121); }
div.DivClassName
{
background-color: #EC4179;
}
.BgClassName
{
background-color: #EC4179;
}
</style>
border-color css
<style>
span { border-color: #EC4179; }
span { border-color: rgb(236,65,121); }
td.TdClassName
{
border-color: #EC4179;
}
.TagClassName
{
border-color: #EC4179;
}
</style>