Shades of Spicy Pink #EC1AAB
Tints of Spicy Pink #EC1AAB
RGB
CMYK
RGB Variations
Color information
#EC1AAB (or 0xEC1AAB) is known color: Spicy Pink. HEX triplet: EC, 1A and AB. RGB value is (236,26,171). Sum of RGB (Red+Green+Blue) = 236+26+171=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AAB is #13E554. Grayscale: #686868. Windows color (decimal): -1303893 or 11213548. OLE color: 11213548.
HSL color Cylindrical-coordinate representation of color #EC1AAB: hue angle of 318.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1AAB is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 171 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.07 |
| HSL | 318.57º | 0.85% | 0.51% | - |
| HSV(B) | 318.57º | 0.89% | 0.93% | - |
| XYZ | 42.31 | 21.51 | 40.45 | - |
| YUV | 105.32 | 165.07 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 171 | 0 | 0.89 | 0.28 | 0.07 | 318.57 | 0.85 | 0.51 |
| Hex | EC | 1A | AB | 0 | 59 | 1C | 7 | 13F | 55 | 33 |
| Octal | 354 | 32 | 253 | 0 | 131 | 34 | 7 | 477 | 125 | 63 |
| Binary | 11101100 | 11010 | 10101011 | 0 | 1011001 | 11100 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #EC1AAB
Complementary color
Monochromatic Colors of #EC1AAB
Black with #EC1AAB
Text Example
Text Example
White with #EC1AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AAB; }
p { color: rgb(236,26,171); }
H1.HeaderClassName
{
color: #EC1AAB;
}
.AnyTagClassName
{
color: #EC1AAB;
}
</style>
background-color css
<style>
a { background-color: #EC1AAB; }
a { background-color: rgb(236,26,171); }
div.DivClassName
{
background-color: #EC1AAB;
}
.BgClassName
{
background-color: #EC1AAB;
}
</style>
border-color css
<style>
span { border-color: #EC1AAB; }
span { border-color: rgb(236,26,171); }
td.TdClassName
{
border-color: #EC1AAB;
}
.TagClassName
{
border-color: #EC1AAB;
}
</style>