Shades of Spicy Pink #EC17A2
Tints of Spicy Pink #EC17A2
RGB
CMYK
RGB Variations
Color information
#EC17A2 (or 0xEC17A2) is known color: Spicy Pink. HEX triplet: EC, 17 and A2. RGB value is (236,23,162). Sum of RGB (Red+Green+Blue) = 236+23+162=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC17A2 is #13E85D. Grayscale: #666666. Windows color (decimal): -1304670 or 10622956. OLE color: 10622956.
HSL color Cylindrical-coordinate representation of color #EC17A2: hue angle of 320.85º 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 #EC17A2 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 162 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.07 |
| HSL | 320.85º | 0.85% | 0.51% | - |
| HSV(B) | 320.85º | 0.9% | 0.93% | - |
| XYZ | 41.42 | 21.05 | 36.06 | - |
| YUV | 102.53 | 161.57 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 162 | 0 | 0.90 | 0.31 | 0.07 | 320.85 | 0.85 | 0.51 |
| Hex | EC | 17 | A2 | 0 | 5A | 1F | 7 | 141 | 55 | 33 |
| Octal | 354 | 27 | 242 | 0 | 132 | 37 | 7 | 501 | 125 | 63 |
| Binary | 11101100 | 10111 | 10100010 | 0 | 1011010 | 11111 | 111 | 101000001 | 1010101 | 110011 |
Color Harmonies of #EC17A2
Complementary color
Monochromatic Colors of #EC17A2
Black with #EC17A2
Text Example
Text Example
White with #EC17A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17A2; }
p { color: rgb(236,23,162); }
H1.HeaderClassName
{
color: #EC17A2;
}
.AnyTagClassName
{
color: #EC17A2;
}
</style>
background-color css
<style>
a { background-color: #EC17A2; }
a { background-color: rgb(236,23,162); }
div.DivClassName
{
background-color: #EC17A2;
}
.BgClassName
{
background-color: #EC17A2;
}
</style>
border-color css
<style>
span { border-color: #EC17A2; }
span { border-color: rgb(236,23,162); }
td.TdClassName
{
border-color: #EC17A2;
}
.TagClassName
{
border-color: #EC17A2;
}
</style>