Shades of Spicy Pink #EC17A8
Tints of Spicy Pink #EC17A8
RGB
CMYK
RGB Variations
Color information
#EC17A8 (or 0xEC17A8) is known color: Spicy Pink. HEX triplet: EC, 17 and A8. RGB value is (236,23,168). Sum of RGB (Red+Green+Blue) = 236+23+168=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC17A8 is #13E857. Grayscale: #666666. Windows color (decimal): -1304664 or 11016172. OLE color: 11016172.
HSL color Cylindrical-coordinate representation of color #EC17A8: hue angle of 319.15º 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 #EC17A8 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 168 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.07 |
| HSL | 319.15º | 0.85% | 0.51% | - |
| HSV(B) | 319.15º | 0.9% | 0.93% | - |
| XYZ | 41.97 | 21.27 | 38.94 | - |
| YUV | 103.22 | 164.57 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 168 | 0 | 0.90 | 0.29 | 0.07 | 319.15 | 0.85 | 0.51 |
| Hex | EC | 17 | A8 | 0 | 5A | 1D | 7 | 13F | 55 | 33 |
| Octal | 354 | 27 | 250 | 0 | 132 | 35 | 7 | 477 | 125 | 63 |
| Binary | 11101100 | 10111 | 10101000 | 0 | 1011010 | 11101 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #EC17A8
Complementary color
Monochromatic Colors of #EC17A8
Black with #EC17A8
Text Example
Text Example
White with #EC17A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17A8; }
p { color: rgb(236,23,168); }
H1.HeaderClassName
{
color: #EC17A8;
}
.AnyTagClassName
{
color: #EC17A8;
}
</style>
background-color css
<style>
a { background-color: #EC17A8; }
a { background-color: rgb(236,23,168); }
div.DivClassName
{
background-color: #EC17A8;
}
.BgClassName
{
background-color: #EC17A8;
}
</style>
border-color css
<style>
span { border-color: #EC17A8; }
span { border-color: rgb(236,23,168); }
td.TdClassName
{
border-color: #EC17A8;
}
.TagClassName
{
border-color: #EC17A8;
}
</style>