Shades of Deep Pink #EC007C
Tints of Deep Pink #EC007C
RGB
CMYK
RGB Variations
Color information
#EC007C (or 0xEC007C) is known color: Deep Pink. HEX triplet: EC, 00 and 7C. RGB value is (236,0,124). Sum of RGB (Red+Green+Blue) = 236+0+124=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC007C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC007C is #13FF83. Grayscale: #545454. Windows color (decimal): -1310596 or 8126700. OLE color: 8126700.
HSL color Cylindrical-coordinate representation of color #EC007C: hue angle of 328.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC007C is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.47 | 0.07 |
| HSL | 328.47º | 1% | 0.46% | - |
| HSV(B) | 328.47º | 1% | 0.93% | - |
| XYZ | 38.23 | 19.29 | 20.78 | - |
| YUV | 84.7 | 150.19 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 124 | 0 | 1 | 0.47 | 0.07 | 328.47 | 1 | 0.46 |
| Hex | EC | 0 | 7C | 0 | 64 | 2F | 7 | 148 | 64 | 2E |
| Octal | 354 | 0 | 174 | 0 | 144 | 57 | 7 | 510 | 144 | 56 |
| Binary | 11101100 | 0 | 1111100 | 0 | 1100100 | 101111 | 111 | 101001000 | 1100100 | 101110 |
Color Harmonies of #EC007C
Complementary color
Monochromatic Colors of #EC007C
Black with #EC007C
Text Example
Text Example
White with #EC007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC007C; }
p { color: rgb(236,0,124); }
H1.HeaderClassName
{
color: #EC007C;
}
.AnyTagClassName
{
color: #EC007C;
}
</style>
background-color css
<style>
a { background-color: #EC007C; }
a { background-color: rgb(236,0,124); }
div.DivClassName
{
background-color: #EC007C;
}
.BgClassName
{
background-color: #EC007C;
}
</style>
border-color css
<style>
span { border-color: #EC007C; }
span { border-color: rgb(236,0,124); }
td.TdClassName
{
border-color: #EC007C;
}
.TagClassName
{
border-color: #EC007C;
}
</style>