Shades of Spicy Pink #EC18A1
Tints of Spicy Pink #EC18A1
RGB
CMYK
RGB Variations
Color information
#EC18A1 (or 0xEC18A1) is known color: Spicy Pink. HEX triplet: EC, 18 and A1. RGB value is (236,24,161). Sum of RGB (Red+Green+Blue) = 236+24+161=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18A1 is #13E75E. Grayscale: #666666. Windows color (decimal): -1304415 or 10557676. OLE color: 10557676.
HSL color Cylindrical-coordinate representation of color #EC18A1: hue angle of 321.23º 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 #EC18A1 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 161 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.07 |
| HSL | 321.23º | 0.85% | 0.51% | - |
| HSV(B) | 321.23º | 0.9% | 0.93% | - |
| XYZ | 41.35 | 21.06 | 35.6 | - |
| YUV | 103.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 161 | 0 | 0.90 | 0.32 | 0.07 | 321.23 | 0.85 | 0.51 |
| Hex | EC | 18 | A1 | 0 | 5A | 20 | 7 | 141 | 55 | 33 |
| Octal | 354 | 30 | 241 | 0 | 132 | 40 | 7 | 501 | 125 | 63 |
| Binary | 11101100 | 11000 | 10100001 | 0 | 1011010 | 100000 | 111 | 101000001 | 1010101 | 110011 |
Color Harmonies of #EC18A1
Complementary color
Monochromatic Colors of #EC18A1
Black with #EC18A1
Text Example
Text Example
White with #EC18A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18A1; }
p { color: rgb(236,24,161); }
H1.HeaderClassName
{
color: #EC18A1;
}
.AnyTagClassName
{
color: #EC18A1;
}
</style>
background-color css
<style>
a { background-color: #EC18A1; }
a { background-color: rgb(236,24,161); }
div.DivClassName
{
background-color: #EC18A1;
}
.BgClassName
{
background-color: #EC18A1;
}
</style>
border-color css
<style>
span { border-color: #EC18A1; }
span { border-color: rgb(236,24,161); }
td.TdClassName
{
border-color: #EC18A1;
}
.TagClassName
{
border-color: #EC18A1;
}
</style>