Shades of Deep Pink #EC037C
Tints of Deep Pink #EC037C
RGB
CMYK
RGB Variations
Color information
#EC037C (or 0xEC037C) is known color: Deep Pink. HEX triplet: EC, 03 and 7C. RGB value is (236,3,124). Sum of RGB (Red+Green+Blue) = 236+3+124=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC037C is #13FC83. Grayscale: #565656. Windows color (decimal): -1309828 or 8127468. OLE color: 8127468.
HSL color Cylindrical-coordinate representation of color #EC037C: hue angle of 328.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC037C is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.07 |
| HSL | 328.84º | 0.97% | 0.47% | - |
| HSV(B) | 328.84º | 0.99% | 0.93% | - |
| XYZ | 38.26 | 19.35 | 20.79 | - |
| YUV | 86.46 | 149.19 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 3 | 124 | 0 | 0.99 | 0.47 | 0.07 | 328.84 | 0.97 | 0.47 |
| Hex | EC | 3 | 7C | 0 | 63 | 2F | 7 | 149 | 61 | 2F |
| Octal | 354 | 3 | 174 | 0 | 143 | 57 | 7 | 511 | 141 | 57 |
| Binary | 11101100 | 11 | 1111100 | 0 | 1100011 | 101111 | 111 | 101001001 | 1100001 | 101111 |
Color Harmonies of #EC037C
Complementary color
Monochromatic Colors of #EC037C
Black with #EC037C
Text Example
Text Example
White with #EC037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC037C; }
p { color: rgb(236,3,124); }
H1.HeaderClassName
{
color: #EC037C;
}
.AnyTagClassName
{
color: #EC037C;
}
</style>
background-color css
<style>
a { background-color: #EC037C; }
a { background-color: rgb(236,3,124); }
div.DivClassName
{
background-color: #EC037C;
}
.BgClassName
{
background-color: #EC037C;
}
</style>
border-color css
<style>
span { border-color: #EC037C; }
span { border-color: rgb(236,3,124); }
td.TdClassName
{
border-color: #EC037C;
}
.TagClassName
{
border-color: #EC037C;
}
</style>