Shades of Spicy Pink #EC1AAF
Tints of Spicy Pink #EC1AAF
RGB
CMYK
RGB Variations
Color information
#EC1AAF (or 0xEC1AAF) is known color: Spicy Pink. HEX triplet: EC, 1A and AF. RGB value is (236,26,175). Sum of RGB (Red+Green+Blue) = 236+26+175=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1AAF is #13E550. Grayscale: #696969. Windows color (decimal): -1303889 or 11475692. OLE color: 11475692.
HSL color Cylindrical-coordinate representation of color #EC1AAF: hue angle of 317.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 #EC1AAF is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 175 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.07 |
| HSL | 317.43º | 0.85% | 0.51% | - |
| HSV(B) | 317.43º | 0.89% | 0.93% | - |
| XYZ | 42.7 | 21.67 | 42.49 | - |
| YUV | 105.78 | 167.07 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 175 | 0 | 0.89 | 0.26 | 0.07 | 317.43 | 0.85 | 0.51 |
| Hex | EC | 1A | AF | 0 | 59 | 1A | 7 | 13D | 55 | 33 |
| Octal | 354 | 32 | 257 | 0 | 131 | 32 | 7 | 475 | 125 | 63 |
| Binary | 11101100 | 11010 | 10101111 | 0 | 1011001 | 11010 | 111 | 100111101 | 1010101 | 110011 |
Color Harmonies of #EC1AAF
Complementary color
Monochromatic Colors of #EC1AAF
Black with #EC1AAF
Text Example
Text Example
White with #EC1AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1AAF; }
p { color: rgb(236,26,175); }
H1.HeaderClassName
{
color: #EC1AAF;
}
.AnyTagClassName
{
color: #EC1AAF;
}
</style>
background-color css
<style>
a { background-color: #EC1AAF; }
a { background-color: rgb(236,26,175); }
div.DivClassName
{
background-color: #EC1AAF;
}
.BgClassName
{
background-color: #EC1AAF;
}
</style>
border-color css
<style>
span { border-color: #EC1AAF; }
span { border-color: rgb(236,26,175); }
td.TdClassName
{
border-color: #EC1AAF;
}
.TagClassName
{
border-color: #EC1AAF;
}
</style>