Shades of Deep Pink #EC017C
Tints of Deep Pink #EC017C
RGB
CMYK
RGB Variations
Color information
#EC017C (or 0xEC017C) is known color: Deep Pink. HEX triplet: EC, 01 and 7C. RGB value is (236,1,124). Sum of RGB (Red+Green+Blue) = 236+1+124=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC017C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC017C is #13FE83. Grayscale: #555555. Windows color (decimal): -1310340 or 8126956. OLE color: 8126956.
HSL color Cylindrical-coordinate representation of color #EC017C: hue angle of 328.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC017C is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.07 |
| HSL | 328.6º | 0.99% | 0.46% | - |
| HSV(B) | 328.6º | 1% | 0.93% | - |
| XYZ | 38.24 | 19.31 | 20.78 | - |
| YUV | 85.29 | 149.86 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 124 | 0 | 1.00 | 0.47 | 0.07 | 328.6 | 0.99 | 0.46 |
| Hex | EC | 1 | 7C | 0 | 64 | 2F | 7 | 149 | 63 | 2E |
| Octal | 354 | 1 | 174 | 0 | 144 | 57 | 7 | 511 | 143 | 56 |
| Binary | 11101100 | 1 | 1111100 | 0 | 1100100 | 101111 | 111 | 101001001 | 1100011 | 101110 |
Color Harmonies of #EC017C
Complementary color
Monochromatic Colors of #EC017C
Black with #EC017C
Text Example
Text Example
White with #EC017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC017C; }
p { color: rgb(236,1,124); }
H1.HeaderClassName
{
color: #EC017C;
}
.AnyTagClassName
{
color: #EC017C;
}
</style>
background-color css
<style>
a { background-color: #EC017C; }
a { background-color: rgb(236,1,124); }
div.DivClassName
{
background-color: #EC017C;
}
.BgClassName
{
background-color: #EC017C;
}
</style>
border-color css
<style>
span { border-color: #EC017C; }
span { border-color: rgb(236,1,124); }
td.TdClassName
{
border-color: #EC017C;
}
.TagClassName
{
border-color: #EC017C;
}
</style>