Shades of Spicy Pink #EC16A9
Tints of Spicy Pink #EC16A9
RGB
CMYK
RGB Variations
Color information
#EC16A9 (or 0xEC16A9) is known color: Spicy Pink. HEX triplet: EC, 16 and A9. RGB value is (236,22,169). Sum of RGB (Red+Green+Blue) = 236+22+169=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16A9 is #13E956. Grayscale: #666666. Windows color (decimal): -1304919 or 11081452. OLE color: 11081452.
HSL color Cylindrical-coordinate representation of color #EC16A9: hue angle of 318.79º 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 #EC16A9 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 169 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.07 |
| HSL | 318.79º | 0.85% | 0.51% | - |
| HSV(B) | 318.79º | 0.91% | 0.93% | - |
| XYZ | 42.04 | 21.27 | 39.43 | - |
| YUV | 102.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 169 | 0 | 0.91 | 0.28 | 0.07 | 318.79 | 0.85 | 0.51 |
| Hex | EC | 16 | A9 | 0 | 5B | 1C | 7 | 13F | 55 | 33 |
| Octal | 354 | 26 | 251 | 0 | 133 | 34 | 7 | 477 | 125 | 63 |
| Binary | 11101100 | 10110 | 10101001 | 0 | 1011011 | 11100 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #EC16A9
Complementary color
Monochromatic Colors of #EC16A9
Black with #EC16A9
Text Example
Text Example
White with #EC16A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16A9; }
p { color: rgb(236,22,169); }
H1.HeaderClassName
{
color: #EC16A9;
}
.AnyTagClassName
{
color: #EC16A9;
}
</style>
background-color css
<style>
a { background-color: #EC16A9; }
a { background-color: rgb(236,22,169); }
div.DivClassName
{
background-color: #EC16A9;
}
.BgClassName
{
background-color: #EC16A9;
}
</style>
border-color css
<style>
span { border-color: #EC16A9; }
span { border-color: rgb(236,22,169); }
td.TdClassName
{
border-color: #EC16A9;
}
.TagClassName
{
border-color: #EC16A9;
}
</style>