Shades of Deep Pink #EC007F
Tints of Deep Pink #EC007F
RGB
CMYK
RGB Variations
Color information
#EC007F (or 0xEC007F) is known color: Deep Pink. HEX triplet: EC, 00 and 7F. RGB value is (236,0,127). Sum of RGB (Red+Green+Blue) = 236+0+127=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC007F is #13FF80. Grayscale: #545454. Windows color (decimal): -1310593 or 8323308. OLE color: 8323308.
HSL color Cylindrical-coordinate representation of color #EC007F: hue angle of 327.71º 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 #EC007F is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.46 | 0.07 |
| HSL | 327.71º | 1% | 0.46% | - |
| HSV(B) | 327.71º | 1% | 0.93% | - |
| XYZ | 38.42 | 19.37 | 21.79 | - |
| YUV | 85.04 | 151.69 | 235.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 0 | 127 | 0 | 1 | 0.46 | 0.07 | 327.71 | 1 | 0.46 |
| Hex | EC | 0 | 7F | 0 | 64 | 2E | 7 | 148 | 64 | 2E |
| Octal | 354 | 0 | 177 | 0 | 144 | 56 | 7 | 510 | 144 | 56 |
| Binary | 11101100 | 0 | 1111111 | 0 | 1100100 | 101110 | 111 | 101001000 | 1100100 | 101110 |
Color Harmonies of #EC007F
Complementary color
Monochromatic Colors of #EC007F
Black with #EC007F
Text Example
Text Example
White with #EC007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC007F; }
p { color: rgb(236,0,127); }
H1.HeaderClassName
{
color: #EC007F;
}
.AnyTagClassName
{
color: #EC007F;
}
</style>
background-color css
<style>
a { background-color: #EC007F; }
a { background-color: rgb(236,0,127); }
div.DivClassName
{
background-color: #EC007F;
}
.BgClassName
{
background-color: #EC007F;
}
</style>
border-color css
<style>
span { border-color: #EC007F; }
span { border-color: rgb(236,0,127); }
td.TdClassName
{
border-color: #EC007F;
}
.TagClassName
{
border-color: #EC007F;
}
</style>