Shades of Spicy Pink #EC17A4
Tints of Spicy Pink #EC17A4
RGB
CMYK
RGB Variations
Color information
#EC17A4 (or 0xEC17A4) is known color: Spicy Pink. HEX triplet: EC, 17 and A4. RGB value is (236,23,164). Sum of RGB (Red+Green+Blue) = 236+23+164=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC17A4 is #13E85B. Grayscale: #666666. Windows color (decimal): -1304668 or 10754028. OLE color: 10754028.
HSL color Cylindrical-coordinate representation of color #EC17A4: hue angle of 320.28º 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 #EC17A4 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 164 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.07 |
| HSL | 320.28º | 0.85% | 0.51% | - |
| HSV(B) | 320.28º | 0.9% | 0.93% | - |
| XYZ | 41.6 | 21.13 | 37.01 | - |
| YUV | 102.76 | 162.57 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 164 | 0 | 0.90 | 0.31 | 0.07 | 320.28 | 0.85 | 0.51 |
| Hex | EC | 17 | A4 | 0 | 5A | 1F | 7 | 140 | 55 | 33 |
| Octal | 354 | 27 | 244 | 0 | 132 | 37 | 7 | 500 | 125 | 63 |
| Binary | 11101100 | 10111 | 10100100 | 0 | 1011010 | 11111 | 111 | 101000000 | 1010101 | 110011 |
Color Harmonies of #EC17A4
Complementary color
Monochromatic Colors of #EC17A4
Black with #EC17A4
Text Example
Text Example
White with #EC17A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17A4; }
p { color: rgb(236,23,164); }
H1.HeaderClassName
{
color: #EC17A4;
}
.AnyTagClassName
{
color: #EC17A4;
}
</style>
background-color css
<style>
a { background-color: #EC17A4; }
a { background-color: rgb(236,23,164); }
div.DivClassName
{
background-color: #EC17A4;
}
.BgClassName
{
background-color: #EC17A4;
}
</style>
border-color css
<style>
span { border-color: #EC17A4; }
span { border-color: rgb(236,23,164); }
td.TdClassName
{
border-color: #EC17A4;
}
.TagClassName
{
border-color: #EC17A4;
}
</style>