Shades of Spicy Pink #EC12AC
Tints of Spicy Pink #EC12AC
RGB
CMYK
RGB Variations
Color information
#EC12AC (or 0xEC12AC) is known color: Spicy Pink. HEX triplet: EC, 12 and AC. RGB value is (236,18,172). Sum of RGB (Red+Green+Blue) = 236+18+172=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC12AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC12AC is #13ED53. Grayscale: #646464. Windows color (decimal): -1305940 or 11277036. OLE color: 11277036.
HSL color Cylindrical-coordinate representation of color #EC12AC: hue angle of 317.61º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC12AC is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 18 | 172 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.07 |
| HSL | 317.61º | 0.86% | 0.5% | - |
| HSV(B) | 317.61º | 0.92% | 0.93% | - |
| XYZ | 42.25 | 21.24 | 40.9 | - |
| YUV | 100.74 | 168.22 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 18 | 172 | 0 | 0.92 | 0.27 | 0.07 | 317.61 | 0.86 | 0.5 |
| Hex | EC | 12 | AC | 0 | 5C | 1B | 7 | 13E | 56 | 32 |
| Octal | 354 | 22 | 254 | 0 | 134 | 33 | 7 | 476 | 126 | 62 |
| Binary | 11101100 | 10010 | 10101100 | 0 | 1011100 | 11011 | 111 | 100111110 | 1010110 | 110010 |
Color Harmonies of #EC12AC
Complementary color
Monochromatic Colors of #EC12AC
Black with #EC12AC
Text Example
Text Example
White with #EC12AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC12AC; }
p { color: rgb(236,18,172); }
H1.HeaderClassName
{
color: #EC12AC;
}
.AnyTagClassName
{
color: #EC12AC;
}
</style>
background-color css
<style>
a { background-color: #EC12AC; }
a { background-color: rgb(236,18,172); }
div.DivClassName
{
background-color: #EC12AC;
}
.BgClassName
{
background-color: #EC12AC;
}
</style>
border-color css
<style>
span { border-color: #EC12AC; }
span { border-color: rgb(236,18,172); }
td.TdClassName
{
border-color: #EC12AC;
}
.TagClassName
{
border-color: #EC12AC;
}
</style>