Shades of Deep Pink #EC167B
Tints of Deep Pink #EC167B
RGB
CMYK
RGB Variations
Color information
#EC167B (or 0xEC167B) is known color: Deep Pink. HEX triplet: EC, 16 and 7B. RGB value is (236,22,123). Sum of RGB (Red+Green+Blue) = 236+22+123=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC167B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC167B is #13E984. Grayscale: #616161. Windows color (decimal): -1304965 or 8066796. OLE color: 8066796.
HSL color Cylindrical-coordinate representation of color #EC167B: hue angle of 331.68º 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 #EC167B is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 123 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.07 |
| HSL | 331.68º | 0.85% | 0.51% | - |
| HSV(B) | 331.68º | 0.91% | 0.93% | - |
| XYZ | 38.45 | 19.84 | 20.54 | - |
| YUV | 97.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 123 | 0 | 0.91 | 0.48 | 0.07 | 331.68 | 0.85 | 0.51 |
| Hex | EC | 16 | 7B | 0 | 5B | 30 | 7 | 14C | 55 | 33 |
| Octal | 354 | 26 | 173 | 0 | 133 | 60 | 7 | 514 | 125 | 63 |
| Binary | 11101100 | 10110 | 1111011 | 0 | 1011011 | 110000 | 111 | 101001100 | 1010101 | 110011 |
Color Harmonies of #EC167B
Complementary color
Monochromatic Colors of #EC167B
Black with #EC167B
Text Example
Text Example
White with #EC167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC167B; }
p { color: rgb(236,22,123); }
H1.HeaderClassName
{
color: #EC167B;
}
.AnyTagClassName
{
color: #EC167B;
}
</style>
background-color css
<style>
a { background-color: #EC167B; }
a { background-color: rgb(236,22,123); }
div.DivClassName
{
background-color: #EC167B;
}
.BgClassName
{
background-color: #EC167B;
}
</style>
border-color css
<style>
span { border-color: #EC167B; }
span { border-color: rgb(236,22,123); }
td.TdClassName
{
border-color: #EC167B;
}
.TagClassName
{
border-color: #EC167B;
}
</style>