Shades of Spicy Pink #EC18AF
Tints of Spicy Pink #EC18AF
RGB
CMYK
RGB Variations
Color information
#EC18AF (or 0xEC18AF) is known color: Spicy Pink. HEX triplet: EC, 18 and AF. RGB value is (236,24,175). Sum of RGB (Red+Green+Blue) = 236+24+175=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC18AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC18AF is #13E750. Grayscale: #686868. Windows color (decimal): -1304401 or 11475180. OLE color: 11475180.
HSL color Cylindrical-coordinate representation of color #EC18AF: hue angle of 317.26º 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 #EC18AF is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 175 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.07 |
| HSL | 317.26º | 0.85% | 0.51% | - |
| HSV(B) | 317.26º | 0.9% | 0.93% | - |
| XYZ | 42.66 | 21.58 | 42.47 | - |
| YUV | 104.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 175 | 0 | 0.90 | 0.26 | 0.07 | 317.26 | 0.85 | 0.51 |
| Hex | EC | 18 | AF | 0 | 5A | 1A | 7 | 13D | 55 | 33 |
| Octal | 354 | 30 | 257 | 0 | 132 | 32 | 7 | 475 | 125 | 63 |
| Binary | 11101100 | 11000 | 10101111 | 0 | 1011010 | 11010 | 111 | 100111101 | 1010101 | 110011 |
Color Harmonies of #EC18AF
Complementary color
Monochromatic Colors of #EC18AF
Black with #EC18AF
Text Example
Text Example
White with #EC18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC18AF; }
p { color: rgb(236,24,175); }
H1.HeaderClassName
{
color: #EC18AF;
}
.AnyTagClassName
{
color: #EC18AF;
}
</style>
background-color css
<style>
a { background-color: #EC18AF; }
a { background-color: rgb(236,24,175); }
div.DivClassName
{
background-color: #EC18AF;
}
.BgClassName
{
background-color: #EC18AF;
}
</style>
border-color css
<style>
span { border-color: #EC18AF; }
span { border-color: rgb(236,24,175); }
td.TdClassName
{
border-color: #EC18AF;
}
.TagClassName
{
border-color: #EC18AF;
}
</style>