Shades of Deep Pink #EC167F
Tints of Deep Pink #EC167F
RGB
CMYK
RGB Variations
Color information
#EC167F (or 0xEC167F) is known color: Deep Pink. HEX triplet: EC, 16 and 7F. RGB value is (236,22,127). Sum of RGB (Red+Green+Blue) = 236+22+127=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC167F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC167F is #13E980. Grayscale: #616161. Windows color (decimal): -1304961 or 8328940. OLE color: 8328940.
HSL color Cylindrical-coordinate representation of color #EC167F: hue angle of 330.56º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC167F is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 127 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.07 |
| HSL | 330.56º | 0.85% | 0.51% | - |
| HSV(B) | 330.56º | 0.91% | 0.93% | - |
| XYZ | 38.71 | 19.94 | 21.89 | - |
| YUV | 97.96 | 144.4 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 127 | 0 | 0.91 | 0.46 | 0.07 | 330.56 | 0.85 | 0.51 |
| Hex | EC | 16 | 7F | 0 | 5B | 2E | 7 | 14B | 55 | 33 |
| Octal | 354 | 26 | 177 | 0 | 133 | 56 | 7 | 513 | 125 | 63 |
| Binary | 11101100 | 10110 | 1111111 | 0 | 1011011 | 101110 | 111 | 101001011 | 1010101 | 110011 |
Color Harmonies of #EC167F
Complementary color
Monochromatic Colors of #EC167F
Black with #EC167F
Text Example
Text Example
White with #EC167F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC167F; }
p { color: rgb(236,22,127); }
H1.HeaderClassName
{
color: #EC167F;
}
.AnyTagClassName
{
color: #EC167F;
}
</style>
background-color css
<style>
a { background-color: #EC167F; }
a { background-color: rgb(236,22,127); }
div.DivClassName
{
background-color: #EC167F;
}
.BgClassName
{
background-color: #EC167F;
}
</style>
border-color css
<style>
span { border-color: #EC167F; }
span { border-color: rgb(236,22,127); }
td.TdClassName
{
border-color: #EC167F;
}
.TagClassName
{
border-color: #EC167F;
}
</style>