Shades of Deep Pink #EC017E
Tints of Deep Pink #EC017E
RGB
CMYK
RGB Variations
Color information
#EC017E (or 0xEC017E) is known color: Deep Pink. HEX triplet: EC, 01 and 7E. RGB value is (236,1,126). Sum of RGB (Red+Green+Blue) = 236+1+126=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC017E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC017E is #13FE81. Grayscale: #555555. Windows color (decimal): -1310338 or 8258028. OLE color: 8258028.
HSL color Cylindrical-coordinate representation of color #EC017E: hue angle of 328.09º 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 #EC017E is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.07 |
| HSL | 328.09º | 0.99% | 0.46% | - |
| HSV(B) | 328.09º | 1% | 0.93% | - |
| XYZ | 38.37 | 19.36 | 21.45 | - |
| YUV | 85.52 | 150.86 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 1 | 126 | 0 | 1.00 | 0.47 | 0.07 | 328.09 | 0.99 | 0.46 |
| Hex | EC | 1 | 7E | 0 | 64 | 2F | 7 | 148 | 63 | 2E |
| Octal | 354 | 1 | 176 | 0 | 144 | 57 | 7 | 510 | 143 | 56 |
| Binary | 11101100 | 1 | 1111110 | 0 | 1100100 | 101111 | 111 | 101001000 | 1100011 | 101110 |
Color Harmonies of #EC017E
Complementary color
Monochromatic Colors of #EC017E
Black with #EC017E
Text Example
Text Example
White with #EC017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC017E; }
p { color: rgb(236,1,126); }
H1.HeaderClassName
{
color: #EC017E;
}
.AnyTagClassName
{
color: #EC017E;
}
</style>
background-color css
<style>
a { background-color: #EC017E; }
a { background-color: rgb(236,1,126); }
div.DivClassName
{
background-color: #EC017E;
}
.BgClassName
{
background-color: #EC017E;
}
</style>
border-color css
<style>
span { border-color: #EC017E; }
span { border-color: rgb(236,1,126); }
td.TdClassName
{
border-color: #EC017E;
}
.TagClassName
{
border-color: #EC017E;
}
</style>