Shades of Spicy Pink #EC1AB3
Tints of Spicy Pink #EC1AB3
RGB
CMYK
RGB Variations
Color information
#EC1AB3 (or 0xEC1AB3) is known color: Spicy Pink. HEX triplet: EC, 1A and B3. RGB value is (236,26,179). Sum of RGB (Red+Green+Blue) = 236+26+179=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1AB3 is #13E54C. Grayscale: #696969. Windows color (decimal): -1303885 or 11737836. OLE color: 11737836.
HSL color Cylindrical-coordinate representation of color #EC1AB3: hue angle of 316.29º 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 #EC1AB3 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 179 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.07 |
| HSL | 316.29º | 0.85% | 0.51% | - |
| HSV(B) | 316.29º | 0.89% | 0.93% | - |
| XYZ | 43.1 | 21.83 | 44.59 | - |
| YUV | 106.23 | 169.07 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 179 | 0 | 0.89 | 0.24 | 0.07 | 316.29 | 0.85 | 0.51 |
| Hex | EC | 1A | B3 | 0 | 59 | 18 | 7 | 13C | 55 | 33 |
| Octal | 354 | 32 | 263 | 0 | 131 | 30 | 7 | 474 | 125 | 63 |
| Binary | 11101100 | 11010 | 10110011 | 0 | 1011001 | 11000 | 111 | 100111100 | 1010101 | 110011 |
Color Harmonies of #EC1AB3
Complementary color
Monochromatic Colors of #EC1AB3
Black with #EC1AB3
Text Example
Text Example
White with #EC1AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AB3; }
p { color: rgb(236,26,179); }
H1.HeaderClassName
{
color: #EC1AB3;
}
.AnyTagClassName
{
color: #EC1AB3;
}
</style>
background-color css
<style>
a { background-color: #EC1AB3; }
a { background-color: rgb(236,26,179); }
div.DivClassName
{
background-color: #EC1AB3;
}
.BgClassName
{
background-color: #EC1AB3;
}
</style>
border-color css
<style>
span { border-color: #EC1AB3; }
span { border-color: rgb(236,26,179); }
td.TdClassName
{
border-color: #EC1AB3;
}
.TagClassName
{
border-color: #EC1AB3;
}
</style>