Shades of Spicy Pink #EC1CAA
Tints of Spicy Pink #EC1CAA
RGB
CMYK
RGB Variations
Color information
#EC1CAA (or 0xEC1CAA) is known color: Spicy Pink. HEX triplet: EC, 1C and AA. RGB value is (236,28,170). Sum of RGB (Red+Green+Blue) = 236+28+170=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1CAA is #13E355. Grayscale: #6A6A6A. Windows color (decimal): -1303382 or 11148524. OLE color: 11148524.
HSL color Cylindrical-coordinate representation of color #EC1CAA: hue angle of 319.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1CAA is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 170 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.07 |
| HSL | 319.04º | 0.85% | 0.52% | - |
| HSV(B) | 319.04º | 0.88% | 0.93% | - |
| XYZ | 42.26 | 21.57 | 39.97 | - |
| YUV | 106.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 170 | 0 | 0.88 | 0.28 | 0.07 | 319.04 | 0.85 | 0.52 |
| Hex | EC | 1C | AA | 0 | 58 | 1C | 7 | 13F | 55 | 34 |
| Octal | 354 | 34 | 252 | 0 | 130 | 34 | 7 | 477 | 125 | 64 |
| Binary | 11101100 | 11100 | 10101010 | 0 | 1011000 | 11100 | 111 | 100111111 | 1010101 | 110100 |
Color Harmonies of #EC1CAA
Complementary color
Monochromatic Colors of #EC1CAA
Black with #EC1CAA
Text Example
Text Example
White with #EC1CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1CAA; }
p { color: rgb(236,28,170); }
H1.HeaderClassName
{
color: #EC1CAA;
}
.AnyTagClassName
{
color: #EC1CAA;
}
</style>
background-color css
<style>
a { background-color: #EC1CAA; }
a { background-color: rgb(236,28,170); }
div.DivClassName
{
background-color: #EC1CAA;
}
.BgClassName
{
background-color: #EC1CAA;
}
</style>
border-color css
<style>
span { border-color: #EC1CAA; }
span { border-color: rgb(236,28,170); }
td.TdClassName
{
border-color: #EC1CAA;
}
.TagClassName
{
border-color: #EC1CAA;
}
</style>