Shades of Spicy Pink #EC17AB
Tints of Spicy Pink #EC17AB
RGB
CMYK
RGB Variations
Color information
#EC17AB (or 0xEC17AB) is known color: Spicy Pink. HEX triplet: EC, 17 and AB. RGB value is (236,23,171). Sum of RGB (Red+Green+Blue) = 236+23+171=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC17AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC17AB is #13E854. Grayscale: #676767. Windows color (decimal): -1304661 or 11212780. OLE color: 11212780.
HSL color Cylindrical-coordinate representation of color #EC17AB: hue angle of 318.31º 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 #EC17AB is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 171 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.07 |
| HSL | 318.31º | 0.85% | 0.51% | - |
| HSV(B) | 318.31º | 0.9% | 0.93% | - |
| XYZ | 42.25 | 21.39 | 40.43 | - |
| YUV | 103.56 | 166.07 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 171 | 0 | 0.90 | 0.28 | 0.07 | 318.31 | 0.85 | 0.51 |
| Hex | EC | 17 | AB | 0 | 5A | 1C | 7 | 13E | 55 | 33 |
| Octal | 354 | 27 | 253 | 0 | 132 | 34 | 7 | 476 | 125 | 63 |
| Binary | 11101100 | 10111 | 10101011 | 0 | 1011010 | 11100 | 111 | 100111110 | 1010101 | 110011 |
Color Harmonies of #EC17AB
Complementary color
Monochromatic Colors of #EC17AB
Black with #EC17AB
Text Example
Text Example
White with #EC17AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC17AB; }
p { color: rgb(236,23,171); }
H1.HeaderClassName
{
color: #EC17AB;
}
.AnyTagClassName
{
color: #EC17AB;
}
</style>
background-color css
<style>
a { background-color: #EC17AB; }
a { background-color: rgb(236,23,171); }
div.DivClassName
{
background-color: #EC17AB;
}
.BgClassName
{
background-color: #EC17AB;
}
</style>
border-color css
<style>
span { border-color: #EC17AB; }
span { border-color: rgb(236,23,171); }
td.TdClassName
{
border-color: #EC17AB;
}
.TagClassName
{
border-color: #EC17AB;
}
</style>