Shades of Spicy Pink #EC16A3
Tints of Spicy Pink #EC16A3
RGB
CMYK
RGB Variations
Color information
#EC16A3 (or 0xEC16A3) is known color: Spicy Pink. HEX triplet: EC, 16 and A3. RGB value is (236,22,163). Sum of RGB (Red+Green+Blue) = 236+22+163=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16A3 is #13E95C. Grayscale: #656565. Windows color (decimal): -1304925 or 10688236. OLE color: 10688236.
HSL color Cylindrical-coordinate representation of color #EC16A3: hue angle of 320.47º 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 #EC16A3 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 163 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.07 |
| HSL | 320.47º | 0.85% | 0.51% | - |
| HSV(B) | 320.47º | 0.91% | 0.93% | - |
| XYZ | 41.49 | 21.05 | 36.53 | - |
| YUV | 102.06 | 162.4 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 163 | 0 | 0.91 | 0.31 | 0.07 | 320.47 | 0.85 | 0.51 |
| Hex | EC | 16 | A3 | 0 | 5B | 1F | 7 | 140 | 55 | 33 |
| Octal | 354 | 26 | 243 | 0 | 133 | 37 | 7 | 500 | 125 | 63 |
| Binary | 11101100 | 10110 | 10100011 | 0 | 1011011 | 11111 | 111 | 101000000 | 1010101 | 110011 |
Color Harmonies of #EC16A3
Complementary color
Monochromatic Colors of #EC16A3
Black with #EC16A3
Text Example
Text Example
White with #EC16A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16A3; }
p { color: rgb(236,22,163); }
H1.HeaderClassName
{
color: #EC16A3;
}
.AnyTagClassName
{
color: #EC16A3;
}
</style>
background-color css
<style>
a { background-color: #EC16A3; }
a { background-color: rgb(236,22,163); }
div.DivClassName
{
background-color: #EC16A3;
}
.BgClassName
{
background-color: #EC16A3;
}
</style>
border-color css
<style>
span { border-color: #EC16A3; }
span { border-color: rgb(236,22,163); }
td.TdClassName
{
border-color: #EC16A3;
}
.TagClassName
{
border-color: #EC16A3;
}
</style>