Shades of Spicy Pink #EC1AB1
Tints of Spicy Pink #EC1AB1
RGB
CMYK
RGB Variations
Color information
#EC1AB1 (or 0xEC1AB1) is known color: Spicy Pink. HEX triplet: EC, 1A and B1. RGB value is (236,26,177). Sum of RGB (Red+Green+Blue) = 236+26+177=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AB1 is #13E54E. Grayscale: #696969. Windows color (decimal): -1303887 or 11606764. OLE color: 11606764.
HSL color Cylindrical-coordinate representation of color #EC1AB1: hue angle of 316.86º 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 #EC1AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.07 |
| HSL | 316.86º | 0.85% | 0.51% | - |
| HSV(B) | 316.86º | 0.89% | 0.93% | - |
| XYZ | 42.9 | 21.75 | 43.53 | - |
| YUV | 106 | 168.07 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 177 | 0 | 0.89 | 0.25 | 0.07 | 316.86 | 0.85 | 0.51 |
| Hex | EC | 1A | B1 | 0 | 59 | 19 | 7 | 13D | 55 | 33 |
| Octal | 354 | 32 | 261 | 0 | 131 | 31 | 7 | 475 | 125 | 63 |
| Binary | 11101100 | 11010 | 10110001 | 0 | 1011001 | 11001 | 111 | 100111101 | 1010101 | 110011 |
Color Harmonies of #EC1AB1
Complementary color
Monochromatic Colors of #EC1AB1
Black with #EC1AB1
Text Example
Text Example
White with #EC1AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AB1; }
p { color: rgb(236,26,177); }
H1.HeaderClassName
{
color: #EC1AB1;
}
.AnyTagClassName
{
color: #EC1AB1;
}
</style>
background-color css
<style>
a { background-color: #EC1AB1; }
a { background-color: rgb(236,26,177); }
div.DivClassName
{
background-color: #EC1AB1;
}
.BgClassName
{
background-color: #EC1AB1;
}
</style>
border-color css
<style>
span { border-color: #EC1AB1; }
span { border-color: rgb(236,26,177); }
td.TdClassName
{
border-color: #EC1AB1;
}
.TagClassName
{
border-color: #EC1AB1;
}
</style>