Shades of Spicy Pink #EC1AA8
Tints of Spicy Pink #EC1AA8
RGB
CMYK
RGB Variations
Color information
#EC1AA8 (or 0xEC1AA8) is known color: Spicy Pink. HEX triplet: EC, 1A and A8. RGB value is (236,26,168). Sum of RGB (Red+Green+Blue) = 236+26+168=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AA8 is #13E557. Grayscale: #686868. Windows color (decimal): -1303896 or 11016940. OLE color: 11016940.
HSL color Cylindrical-coordinate representation of color #EC1AA8: hue angle of 319.43º 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 #EC1AA8 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 168 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.07 |
| HSL | 319.43º | 0.85% | 0.51% | - |
| HSV(B) | 319.43º | 0.89% | 0.93% | - |
| XYZ | 42.03 | 21.4 | 38.96 | - |
| YUV | 104.98 | 163.57 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 168 | 0 | 0.89 | 0.29 | 0.07 | 319.43 | 0.85 | 0.51 |
| Hex | EC | 1A | A8 | 0 | 59 | 1D | 7 | 13F | 55 | 33 |
| Octal | 354 | 32 | 250 | 0 | 131 | 35 | 7 | 477 | 125 | 63 |
| Binary | 11101100 | 11010 | 10101000 | 0 | 1011001 | 11101 | 111 | 100111111 | 1010101 | 110011 |
Color Harmonies of #EC1AA8
Complementary color
Monochromatic Colors of #EC1AA8
Black with #EC1AA8
Text Example
Text Example
White with #EC1AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AA8; }
p { color: rgb(236,26,168); }
H1.HeaderClassName
{
color: #EC1AA8;
}
.AnyTagClassName
{
color: #EC1AA8;
}
</style>
background-color css
<style>
a { background-color: #EC1AA8; }
a { background-color: rgb(236,26,168); }
div.DivClassName
{
background-color: #EC1AA8;
}
.BgClassName
{
background-color: #EC1AA8;
}
</style>
border-color css
<style>
span { border-color: #EC1AA8; }
span { border-color: rgb(236,26,168); }
td.TdClassName
{
border-color: #EC1AA8;
}
.TagClassName
{
border-color: #EC1AA8;
}
</style>