Shades of Spicy Pink #EC18A9
Tints of Spicy Pink #EC18A9
RGB
CMYK
RGB Variations
Color information
#EC18A9 (or 0xEC18A9) is known color: Spicy Pink. HEX triplet: EC, 18 and A9. RGB value is (236,24,169). Sum of RGB (Red+Green+Blue) = 236+24+169=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18A9 is #13E756. Grayscale: #676767. Windows color (decimal): -1304407 or 11081964. OLE color: 11081964.
HSL color Cylindrical-coordinate representation of color #EC18A9: hue angle of 318.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC18A9 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 169 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.07 |
| HSL | 318.96º | 0.85% | 0.51% | - |
| HSV(B) | 318.96º | 0.9% | 0.93% | - |
| XYZ | 42.08 | 21.35 | 39.44 | - |
| YUV | 103.92 | 164.74 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 169 | 0 | 0.90 | 0.28 | 0.07 | 318.96 | 0.85 | 0.51 |
| Hex | EC | 18 | A9 | 0 | 5A | 1C | 7 | 13F | 55 | 33 |
| Octal | 354 | 30 | 251 | 0 | 132 | 34 | 7 | 477 | 125 | 63 |
| Binary | 11101100 | 11000 | 10101001 | 0 | 1011010 | 11100 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #EC18A9
Complementary color
Monochromatic Colors of #EC18A9
Black with #EC18A9
Text Example
Text Example
White with #EC18A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18A9; }
p { color: rgb(236,24,169); }
H1.HeaderClassName
{
color: #EC18A9;
}
.AnyTagClassName
{
color: #EC18A9;
}
</style>
background-color css
<style>
a { background-color: #EC18A9; }
a { background-color: rgb(236,24,169); }
div.DivClassName
{
background-color: #EC18A9;
}
.BgClassName
{
background-color: #EC18A9;
}
</style>
border-color css
<style>
span { border-color: #EC18A9; }
span { border-color: rgb(236,24,169); }
td.TdClassName
{
border-color: #EC18A9;
}
.TagClassName
{
border-color: #EC18A9;
}
</style>