Shades of Dark Pink #EC477A
Tints of Dark Pink #EC477A
RGB
CMYK
RGB Variations
Color information
#EC477A (or 0xEC477A) is known color: Dark Pink. HEX triplet: EC, 47 and 7A. RGB value is (236,71,122). Sum of RGB (Red+Green+Blue) = 236+71+122=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC477A is #13B885. Grayscale: #7E7E7E. Windows color (decimal): -1292422 or 8013804. OLE color: 8013804.
HSL color Cylindrical-coordinate representation of color #EC477A: hue angle of 341.45º 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 #EC477A is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 122 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.07 |
| HSL | 341.45º | 0.81% | 0.6% | - |
| HSV(B) | 341.45º | 0.7% | 0.93% | - |
| XYZ | 40.36 | 23.74 | 20.87 | - |
| YUV | 126.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 122 | 0 | 0.70 | 0.48 | 0.07 | 341.45 | 0.81 | 0.6 |
| Hex | EC | 47 | 7A | 0 | 46 | 30 | 7 | 155 | 51 | 3C |
| Octal | 354 | 107 | 172 | 0 | 106 | 60 | 7 | 525 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1111010 | 0 | 1000110 | 110000 | 111 | 101010101 | 1010001 | 111100 |
Color Harmonies of #EC477A
Complementary color
Monochromatic Colors of #EC477A
Black with #EC477A
Text Example
Text Example
White with #EC477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC477A; }
p { color: rgb(236,71,122); }
H1.HeaderClassName
{
color: #EC477A;
}
.AnyTagClassName
{
color: #EC477A;
}
</style>
background-color css
<style>
a { background-color: #EC477A; }
a { background-color: rgb(236,71,122); }
div.DivClassName
{
background-color: #EC477A;
}
.BgClassName
{
background-color: #EC477A;
}
</style>
border-color css
<style>
span { border-color: #EC477A; }
span { border-color: rgb(236,71,122); }
td.TdClassName
{
border-color: #EC477A;
}
.TagClassName
{
border-color: #EC477A;
}
</style>