Shades of Deep Pink #EC047B
Tints of Deep Pink #EC047B
RGB
CMYK
RGB Variations
Color information
#EC047B (or 0xEC047B) is known color: Deep Pink. HEX triplet: EC, 04 and 7B. RGB value is (236,4,123). Sum of RGB (Red+Green+Blue) = 236+4+123=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC047B is #13FB84. Grayscale: #565656. Windows color (decimal): -1309573 or 8062188. OLE color: 8062188.
HSL color Cylindrical-coordinate representation of color #EC047B: hue angle of 329.22º 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 #EC047B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 4 | 123 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.07 |
| HSL | 329.22º | 0.97% | 0.47% | - |
| HSV(B) | 329.22º | 0.98% | 0.93% | - |
| XYZ | 38.21 | 19.35 | 20.46 | - |
| YUV | 86.93 | 148.36 | 234.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 4 | 123 | 0 | 0.98 | 0.48 | 0.07 | 329.22 | 0.97 | 0.47 |
| Hex | EC | 4 | 7B | 0 | 62 | 30 | 7 | 149 | 61 | 2F |
| Octal | 354 | 4 | 173 | 0 | 142 | 60 | 7 | 511 | 141 | 57 |
| Binary | 11101100 | 100 | 1111011 | 0 | 1100010 | 110000 | 111 | 101001001 | 1100001 | 101111 |
Color Harmonies of #EC047B
Complementary color
Monochromatic Colors of #EC047B
Black with #EC047B
Text Example
Text Example
White with #EC047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC047B; }
p { color: rgb(236,4,123); }
H1.HeaderClassName
{
color: #EC047B;
}
.AnyTagClassName
{
color: #EC047B;
}
</style>
background-color css
<style>
a { background-color: #EC047B; }
a { background-color: rgb(236,4,123); }
div.DivClassName
{
background-color: #EC047B;
}
.BgClassName
{
background-color: #EC047B;
}
</style>
border-color css
<style>
span { border-color: #EC047B; }
span { border-color: rgb(236,4,123); }
td.TdClassName
{
border-color: #EC047B;
}
.TagClassName
{
border-color: #EC047B;
}
</style>