Shades of Deep Pink #EC0C7F
Tints of Deep Pink #EC0C7F
RGB
CMYK
RGB Variations
Color information
#EC0C7F (or 0xEC0C7F) is known color: Deep Pink. HEX triplet: EC, 0C and 7F. RGB value is (236,12,127). Sum of RGB (Red+Green+Blue) = 236+12+127=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC0C7F is #13F380. Grayscale: #5B5B5B. Windows color (decimal): -1307521 or 8326380. OLE color: 8326380.
HSL color Cylindrical-coordinate representation of color #EC0C7F: hue angle of 329.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C7F is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 12 | 127 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.07 |
| HSL | 329.2º | 0.9% | 0.49% | - |
| HSV(B) | 329.2º | 0.95% | 0.93% | - |
| XYZ | 38.55 | 19.63 | 21.84 | - |
| YUV | 92.09 | 147.71 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 12 | 127 | 0 | 0.95 | 0.46 | 0.07 | 329.2 | 0.9 | 0.49 |
| Hex | EC | C | 7F | 0 | 5F | 2E | 7 | 149 | 5A | 31 |
| Octal | 354 | 14 | 177 | 0 | 137 | 56 | 7 | 511 | 132 | 61 |
| Binary | 11101100 | 1100 | 1111111 | 0 | 1011111 | 101110 | 111 | 101001001 | 1011010 | 110001 |
Color Harmonies of #EC0C7F
Complementary color
Monochromatic Colors of #EC0C7F
Black with #EC0C7F
Text Example
Text Example
White with #EC0C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0C7F; }
p { color: rgb(236,12,127); }
H1.HeaderClassName
{
color: #EC0C7F;
}
.AnyTagClassName
{
color: #EC0C7F;
}
</style>
background-color css
<style>
a { background-color: #EC0C7F; }
a { background-color: rgb(236,12,127); }
div.DivClassName
{
background-color: #EC0C7F;
}
.BgClassName
{
background-color: #EC0C7F;
}
</style>
border-color css
<style>
span { border-color: #EC0C7F; }
span { border-color: rgb(236,12,127); }
td.TdClassName
{
border-color: #EC0C7F;
}
.TagClassName
{
border-color: #EC0C7F;
}
</style>