Shades of Spicy Pink #EC16AC
Tints of Spicy Pink #EC16AC
RGB
CMYK
RGB Variations
Color information
#EC16AC (or 0xEC16AC) is known color: Spicy Pink. HEX triplet: EC, 16 and AC. RGB value is (236,22,172). Sum of RGB (Red+Green+Blue) = 236+22+172=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16AC is #13E953. Grayscale: #666666. Windows color (decimal): -1304916 or 11278060. OLE color: 11278060.
HSL color Cylindrical-coordinate representation of color #EC16AC: hue angle of 317.94º 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 #EC16AC is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 172 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.07 |
| HSL | 317.94º | 0.85% | 0.51% | - |
| HSV(B) | 317.94º | 0.91% | 0.93% | - |
| XYZ | 42.33 | 21.39 | 40.93 | - |
| YUV | 103.09 | 166.9 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 172 | 0 | 0.91 | 0.27 | 0.07 | 317.94 | 0.85 | 0.51 |
| Hex | EC | 16 | AC | 0 | 5B | 1B | 7 | 13E | 55 | 33 |
| Octal | 354 | 26 | 254 | 0 | 133 | 33 | 7 | 476 | 125 | 63 |
| Binary | 11101100 | 10110 | 10101100 | 0 | 1011011 | 11011 | 111 | 100111110 | 1010101 | 110011 |
Color Harmonies of #EC16AC
Complementary color
Monochromatic Colors of #EC16AC
Black with #EC16AC
Text Example
Text Example
White with #EC16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16AC; }
p { color: rgb(236,22,172); }
H1.HeaderClassName
{
color: #EC16AC;
}
.AnyTagClassName
{
color: #EC16AC;
}
</style>
background-color css
<style>
a { background-color: #EC16AC; }
a { background-color: rgb(236,22,172); }
div.DivClassName
{
background-color: #EC16AC;
}
.BgClassName
{
background-color: #EC16AC;
}
</style>
border-color css
<style>
span { border-color: #EC16AC; }
span { border-color: rgb(236,22,172); }
td.TdClassName
{
border-color: #EC16AC;
}
.TagClassName
{
border-color: #EC16AC;
}
</style>