Shades of Deep Pink #EC047E
Tints of Deep Pink #EC047E
RGB
CMYK
RGB Variations
Color information
#EC047E (or 0xEC047E) is known color: Deep Pink. HEX triplet: EC, 04 and 7E. RGB value is (236,4,126). Sum of RGB (Red+Green+Blue) = 236+4+126=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC047E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC047E is #13FB81. Grayscale: #575757. Windows color (decimal): -1309570 or 8258796. OLE color: 8258796.
HSL color Cylindrical-coordinate representation of color #EC047E: hue angle of 328.45º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC047E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.07 |
| HSL | 328.45º | 0.97% | 0.47% | - |
| HSV(B) | 328.45º | 0.98% | 0.93% | - |
| XYZ | 38.4 | 19.43 | 21.46 | - |
| YUV | 87.28 | 149.86 | 234.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 126 | 0 | 0.98 | 0.47 | 0.07 | 328.45 | 0.97 | 0.47 |
| Hex | EC | 4 | 7E | 0 | 62 | 2F | 7 | 148 | 61 | 2F |
| Octal | 354 | 4 | 176 | 0 | 142 | 57 | 7 | 510 | 141 | 57 |
| Binary | 11101100 | 100 | 1111110 | 0 | 1100010 | 101111 | 111 | 101001000 | 1100001 | 101111 |
Color Harmonies of #EC047E
Complementary color
Monochromatic Colors of #EC047E
Black with #EC047E
Text Example
Text Example
White with #EC047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC047E; }
p { color: rgb(236,4,126); }
H1.HeaderClassName
{
color: #EC047E;
}
.AnyTagClassName
{
color: #EC047E;
}
</style>
background-color css
<style>
a { background-color: #EC047E; }
a { background-color: rgb(236,4,126); }
div.DivClassName
{
background-color: #EC047E;
}
.BgClassName
{
background-color: #EC047E;
}
</style>
border-color css
<style>
span { border-color: #EC047E; }
span { border-color: rgb(236,4,126); }
td.TdClassName
{
border-color: #EC047E;
}
.TagClassName
{
border-color: #EC047E;
}
</style>