Shades of Spicy Pink #EC17AE
Tints of Spicy Pink #EC17AE
RGB
CMYK
RGB Variations
Color information
#EC17AE (or 0xEC17AE) is known color: Spicy Pink. HEX triplet: EC, 17 and AE. RGB value is (236,23,174). Sum of RGB (Red+Green+Blue) = 236+23+174=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC17AE is #13E851. Grayscale: #676767. Windows color (decimal): -1304658 or 11409388. OLE color: 11409388.
HSL color Cylindrical-coordinate representation of color #EC17AE: hue angle of 317.46º 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 #EC17AE is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 174 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.07 |
| HSL | 317.46º | 0.85% | 0.51% | - |
| HSV(B) | 317.46º | 0.9% | 0.93% | - |
| XYZ | 42.54 | 21.5 | 41.95 | - |
| YUV | 103.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 174 | 0 | 0.90 | 0.26 | 0.07 | 317.46 | 0.85 | 0.51 |
| Hex | EC | 17 | AE | 0 | 5A | 1A | 7 | 13D | 55 | 33 |
| Octal | 354 | 27 | 256 | 0 | 132 | 32 | 7 | 475 | 125 | 63 |
| Binary | 11101100 | 10111 | 10101110 | 0 | 1011010 | 11010 | 111 | 100111101 | 1010101 | 110011 |
Color Harmonies of #EC17AE
Complementary color
Monochromatic Colors of #EC17AE
Black with #EC17AE
Text Example
Text Example
White with #EC17AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17AE; }
p { color: rgb(236,23,174); }
H1.HeaderClassName
{
color: #EC17AE;
}
.AnyTagClassName
{
color: #EC17AE;
}
</style>
background-color css
<style>
a { background-color: #EC17AE; }
a { background-color: rgb(236,23,174); }
div.DivClassName
{
background-color: #EC17AE;
}
.BgClassName
{
background-color: #EC17AE;
}
</style>
border-color css
<style>
span { border-color: #EC17AE; }
span { border-color: rgb(236,23,174); }
td.TdClassName
{
border-color: #EC17AE;
}
.TagClassName
{
border-color: #EC17AE;
}
</style>