Shades of Spicy Pink #EC14A8
Tints of Spicy Pink #EC14A8
RGB
CMYK
RGB Variations
Color information
#EC14A8 (or 0xEC14A8) is known color: Spicy Pink. HEX triplet: EC, 14 and A8. RGB value is (236,20,168). Sum of RGB (Red+Green+Blue) = 236+20+168=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC14A8 is #13EB57. Grayscale: #656565. Windows color (decimal): -1305432 or 11015404. OLE color: 11015404.
HSL color Cylindrical-coordinate representation of color #EC14A8: hue angle of 318.89º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC14A8 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 168 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.07 |
| HSL | 318.89º | 0.85% | 0.5% | - |
| HSV(B) | 318.89º | 0.92% | 0.93% | - |
| XYZ | 41.91 | 21.16 | 38.92 | - |
| YUV | 101.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 168 | 0 | 0.92 | 0.29 | 0.07 | 318.89 | 0.85 | 0.5 |
| Hex | EC | 14 | A8 | 0 | 5C | 1D | 7 | 13F | 55 | 32 |
| Octal | 354 | 24 | 250 | 0 | 134 | 35 | 7 | 477 | 125 | 62 |
| Binary | 11101100 | 10100 | 10101000 | 0 | 1011100 | 11101 | 111 | 100111111 | 1010101 | 110010 |
Color Harmonies of #EC14A8
Complementary color
Monochromatic Colors of #EC14A8
Black with #EC14A8
Text Example
Text Example
White with #EC14A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14A8; }
p { color: rgb(236,20,168); }
H1.HeaderClassName
{
color: #EC14A8;
}
.AnyTagClassName
{
color: #EC14A8;
}
</style>
background-color css
<style>
a { background-color: #EC14A8; }
a { background-color: rgb(236,20,168); }
div.DivClassName
{
background-color: #EC14A8;
}
.BgClassName
{
background-color: #EC14A8;
}
</style>
border-color css
<style>
span { border-color: #EC14A8; }
span { border-color: rgb(236,20,168); }
td.TdClassName
{
border-color: #EC14A8;
}
.TagClassName
{
border-color: #EC14A8;
}
</style>