Shades of Spicy Pink #EC18AD
Tints of Spicy Pink #EC18AD
RGB
CMYK
RGB Variations
Color information
#EC18AD (or 0xEC18AD) is known color: Spicy Pink. HEX triplet: EC, 18 and AD. RGB value is (236,24,173). Sum of RGB (Red+Green+Blue) = 236+24+173=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18AD is #13E752. Grayscale: #676767. Windows color (decimal): -1304403 or 11344108. OLE color: 11344108.
HSL color Cylindrical-coordinate representation of color #EC18AD: hue angle of 317.83º 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 #EC18AD is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.07 |
| HSL | 317.83º | 0.85% | 0.51% | - |
| HSV(B) | 317.83º | 0.9% | 0.93% | - |
| XYZ | 42.46 | 21.5 | 41.45 | - |
| YUV | 104.37 | 166.74 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 173 | 0 | 0.90 | 0.27 | 0.07 | 317.83 | 0.85 | 0.51 |
| Hex | EC | 18 | AD | 0 | 5A | 1B | 7 | 13E | 55 | 33 |
| Octal | 354 | 30 | 255 | 0 | 132 | 33 | 7 | 476 | 125 | 63 |
| Binary | 11101100 | 11000 | 10101101 | 0 | 1011010 | 11011 | 111 | 100111110 | 1010101 | 110011 |
Color Harmonies of #EC18AD
Complementary color
Monochromatic Colors of #EC18AD
Black with #EC18AD
Text Example
Text Example
White with #EC18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18AD; }
p { color: rgb(236,24,173); }
H1.HeaderClassName
{
color: #EC18AD;
}
.AnyTagClassName
{
color: #EC18AD;
}
</style>
background-color css
<style>
a { background-color: #EC18AD; }
a { background-color: rgb(236,24,173); }
div.DivClassName
{
background-color: #EC18AD;
}
.BgClassName
{
background-color: #EC18AD;
}
</style>
border-color css
<style>
span { border-color: #EC18AD; }
span { border-color: rgb(236,24,173); }
td.TdClassName
{
border-color: #EC18AD;
}
.TagClassName
{
border-color: #EC18AD;
}
</style>