Shades of Spicy Pink #EC16AF
Tints of Spicy Pink #EC16AF
RGB
CMYK
RGB Variations
Color information
#EC16AF (or 0xEC16AF) is known color: Spicy Pink. HEX triplet: EC, 16 and AF. RGB value is (236,22,175). Sum of RGB (Red+Green+Blue) = 236+22+175=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC16AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC16AF is #13E950. Grayscale: #676767. Windows color (decimal): -1304913 or 11474668. OLE color: 11474668.
HSL color Cylindrical-coordinate representation of color #EC16AF: hue angle of 317.1º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC16AF is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 175 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.07 |
| HSL | 317.1º | 0.85% | 0.51% | - |
| HSV(B) | 317.1º | 0.91% | 0.93% | - |
| XYZ | 42.62 | 21.5 | 42.46 | - |
| YUV | 103.43 | 168.4 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 175 | 0 | 0.91 | 0.26 | 0.07 | 317.1 | 0.85 | 0.51 |
| Hex | EC | 16 | AF | 0 | 5B | 1A | 7 | 13D | 55 | 33 |
| Octal | 354 | 26 | 257 | 0 | 133 | 32 | 7 | 475 | 125 | 63 |
| Binary | 11101100 | 10110 | 10101111 | 0 | 1011011 | 11010 | 111 | 100111101 | 1010101 | 110011 |
Color Harmonies of #EC16AF
Complementary color
Monochromatic Colors of #EC16AF
Black with #EC16AF
Text Example
Text Example
White with #EC16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC16AF; }
p { color: rgb(236,22,175); }
H1.HeaderClassName
{
color: #EC16AF;
}
.AnyTagClassName
{
color: #EC16AF;
}
</style>
background-color css
<style>
a { background-color: #EC16AF; }
a { background-color: rgb(236,22,175); }
div.DivClassName
{
background-color: #EC16AF;
}
.BgClassName
{
background-color: #EC16AF;
}
</style>
border-color css
<style>
span { border-color: #EC16AF; }
span { border-color: rgb(236,22,175); }
td.TdClassName
{
border-color: #EC16AF;
}
.TagClassName
{
border-color: #EC16AF;
}
</style>