Shades of Deep Pink #EC047D
Tints of Deep Pink #EC047D
RGB
CMYK
RGB Variations
Color information
#EC047D (or 0xEC047D) is known color: Deep Pink. HEX triplet: EC, 04 and 7D. RGB value is (236,4,125). Sum of RGB (Red+Green+Blue) = 236+4+125=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 125 (49.22% from 255 or 34.25% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC047D is #13FB82. Grayscale: #565656. Windows color (decimal): -1309571 or 8193260. OLE color: 8193260.
HSL color Cylindrical-coordinate representation of color #EC047D: hue angle of 328.71º 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 #EC047D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.07 |
| HSL | 328.71º | 0.97% | 0.47% | - |
| HSV(B) | 328.71º | 0.98% | 0.93% | - |
| XYZ | 38.34 | 19.4 | 21.13 | - |
| YUV | 87.16 | 149.36 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 125 | 0 | 0.98 | 0.47 | 0.07 | 328.71 | 0.97 | 0.47 |
| Hex | EC | 4 | 7D | 0 | 62 | 2F | 7 | 149 | 61 | 2F |
| Octal | 354 | 4 | 175 | 0 | 142 | 57 | 7 | 511 | 141 | 57 |
| Binary | 11101100 | 100 | 1111101 | 0 | 1100010 | 101111 | 111 | 101001001 | 1100001 | 101111 |
Color Harmonies of #EC047D
Complementary color
Monochromatic Colors of #EC047D
Black with #EC047D
Text Example
Text Example
White with #EC047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC047D; }
p { color: rgb(236,4,125); }
H1.HeaderClassName
{
color: #EC047D;
}
.AnyTagClassName
{
color: #EC047D;
}
</style>
background-color css
<style>
a { background-color: #EC047D; }
a { background-color: rgb(236,4,125); }
div.DivClassName
{
background-color: #EC047D;
}
.BgClassName
{
background-color: #EC047D;
}
</style>
border-color css
<style>
span { border-color: #EC047D; }
span { border-color: rgb(236,4,125); }
td.TdClassName
{
border-color: #EC047D;
}
.TagClassName
{
border-color: #EC047D;
}
</style>