Shades of Deep Pink #EC167C
Tints of Deep Pink #EC167C
RGB
CMYK
RGB Variations
Color information
#EC167C (or 0xEC167C) is known color: Deep Pink. HEX triplet: EC, 16 and 7C. RGB value is (236,22,124). Sum of RGB (Red+Green+Blue) = 236+22+124=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC167C is #13E983. Grayscale: #616161. Windows color (decimal): -1304964 or 8132332. OLE color: 8132332.
HSL color Cylindrical-coordinate representation of color #EC167C: hue angle of 331.4º 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 #EC167C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.07 |
| HSL | 331.4º | 0.85% | 0.51% | - |
| HSV(B) | 331.4º | 0.91% | 0.93% | - |
| XYZ | 38.52 | 19.86 | 20.87 | - |
| YUV | 97.61 | 142.9 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 124 | 0 | 0.91 | 0.47 | 0.07 | 331.4 | 0.85 | 0.51 |
| Hex | EC | 16 | 7C | 0 | 5B | 2F | 7 | 14B | 55 | 33 |
| Octal | 354 | 26 | 174 | 0 | 133 | 57 | 7 | 513 | 125 | 63 |
| Binary | 11101100 | 10110 | 1111100 | 0 | 1011011 | 101111 | 111 | 101001011 | 1010101 | 110011 |
Color Harmonies of #EC167C
Complementary color
Monochromatic Colors of #EC167C
Black with #EC167C
Text Example
Text Example
White with #EC167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC167C; }
p { color: rgb(236,22,124); }
H1.HeaderClassName
{
color: #EC167C;
}
.AnyTagClassName
{
color: #EC167C;
}
</style>
background-color css
<style>
a { background-color: #EC167C; }
a { background-color: rgb(236,22,124); }
div.DivClassName
{
background-color: #EC167C;
}
.BgClassName
{
background-color: #EC167C;
}
</style>
border-color css
<style>
span { border-color: #EC167C; }
span { border-color: rgb(236,22,124); }
td.TdClassName
{
border-color: #EC167C;
}
.TagClassName
{
border-color: #EC167C;
}
</style>