Shades of Spicy Pink #EC14AB
Tints of Spicy Pink #EC14AB
RGB
CMYK
RGB Variations
Color information
#EC14AB (or 0xEC14AB) is known color: Spicy Pink. HEX triplet: EC, 14 and AB. RGB value is (236,20,171). Sum of RGB (Red+Green+Blue) = 236+20+171=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC14AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC14AB is #13EB54. Grayscale: #656565. Windows color (decimal): -1305429 or 11212012. OLE color: 11212012.
HSL color Cylindrical-coordinate representation of color #EC14AB: hue angle of 318.06º 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 #EC14AB is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 20 | 171 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.07 |
| HSL | 318.06º | 0.85% | 0.5% | - |
| HSV(B) | 318.06º | 0.92% | 0.93% | - |
| XYZ | 42.19 | 21.27 | 40.41 | - |
| YUV | 101.8 | 167.06 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 20 | 171 | 0 | 0.92 | 0.28 | 0.07 | 318.06 | 0.85 | 0.5 |
| Hex | EC | 14 | AB | 0 | 5C | 1C | 7 | 13E | 55 | 32 |
| Octal | 354 | 24 | 253 | 0 | 134 | 34 | 7 | 476 | 125 | 62 |
| Binary | 11101100 | 10100 | 10101011 | 0 | 1011100 | 11100 | 111 | 100111110 | 1010101 | 110010 |
Color Harmonies of #EC14AB
Complementary color
Monochromatic Colors of #EC14AB
Black with #EC14AB
Text Example
Text Example
White with #EC14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC14AB; }
p { color: rgb(236,20,171); }
H1.HeaderClassName
{
color: #EC14AB;
}
.AnyTagClassName
{
color: #EC14AB;
}
</style>
background-color css
<style>
a { background-color: #EC14AB; }
a { background-color: rgb(236,20,171); }
div.DivClassName
{
background-color: #EC14AB;
}
.BgClassName
{
background-color: #EC14AB;
}
</style>
border-color css
<style>
span { border-color: #EC14AB; }
span { border-color: rgb(236,20,171); }
td.TdClassName
{
border-color: #EC14AB;
}
.TagClassName
{
border-color: #EC14AB;
}
</style>