Shades of Spicy Pink #EC19AE
Tints of Spicy Pink #EC19AE
RGB
CMYK
RGB Variations
Color information
#EC19AE (or 0xEC19AE) is known color: Spicy Pink. HEX triplet: EC, 19 and AE. RGB value is (236,25,174). Sum of RGB (Red+Green+Blue) = 236+25+174=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC19AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC19AE is #13E651. Grayscale: #686868. Windows color (decimal): -1304146 or 11409900. OLE color: 11409900.
HSL color Cylindrical-coordinate representation of color #EC19AE: hue angle of 317.63º 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 #EC19AE is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 25 | 174 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.07 |
| HSL | 317.63º | 0.85% | 0.51% | - |
| HSV(B) | 317.63º | 0.89% | 0.93% | - |
| XYZ | 42.58 | 21.58 | 41.97 | - |
| YUV | 105.08 | 166.9 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 25 | 174 | 0 | 0.89 | 0.26 | 0.07 | 317.63 | 0.85 | 0.51 |
| Hex | EC | 19 | AE | 0 | 59 | 1A | 7 | 13E | 55 | 33 |
| Octal | 354 | 31 | 256 | 0 | 131 | 32 | 7 | 476 | 125 | 63 |
| Binary | 11101100 | 11001 | 10101110 | 0 | 1011001 | 11010 | 111 | 100111110 | 1010101 | 110011 |
Color Harmonies of #EC19AE
Complementary color
Monochromatic Colors of #EC19AE
Black with #EC19AE
Text Example
Text Example
White with #EC19AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC19AE; }
p { color: rgb(236,25,174); }
H1.HeaderClassName
{
color: #EC19AE;
}
.AnyTagClassName
{
color: #EC19AE;
}
</style>
background-color css
<style>
a { background-color: #EC19AE; }
a { background-color: rgb(236,25,174); }
div.DivClassName
{
background-color: #EC19AE;
}
.BgClassName
{
background-color: #EC19AE;
}
</style>
border-color css
<style>
span { border-color: #EC19AE; }
span { border-color: rgb(236,25,174); }
td.TdClassName
{
border-color: #EC19AE;
}
.TagClassName
{
border-color: #EC19AE;
}
</style>