Shades of Spicy Pink #E819AC
Tints of Spicy Pink #E819AC
RGB
CMYK
RGB Variations
Color information
#E819AC (or 0xE819AC) is known color: Spicy Pink. HEX triplet: E8, 19 and AC. RGB value is (232,25,172). Sum of RGB (Red+Green+Blue) = 232+25+172=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E819AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E819AC is #17E653. Grayscale: #676767. Windows color (decimal): -1566292 or 11278824. OLE color: 11278824.
HSL color Cylindrical-coordinate representation of color #E819AC: hue angle of 317.39º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E819AC is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 172 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.09 |
| HSL | 317.39º | 0.82% | 0.5% | - |
| HSV(B) | 317.39º | 0.89% | 0.91% | - |
| XYZ | 41.07 | 20.83 | 40.89 | - |
| YUV | 103.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 172 | 0 | 0.89 | 0.26 | 0.09 | 317.39 | 0.82 | 0.5 |
| Hex | E8 | 19 | AC | 0 | 59 | 1A | 9 | 13D | 52 | 32 |
| Octal | 350 | 31 | 254 | 0 | 131 | 32 | 11 | 475 | 122 | 62 |
| Binary | 11101000 | 11001 | 10101100 | 0 | 1011001 | 11010 | 1001 | 100111101 | 1010010 | 110010 |
Color Harmonies of #E819AC
Complementary color
Monochromatic Colors of #E819AC
Black with #E819AC
Text Example
Text Example
White with #E819AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819AC; }
p { color: rgb(232,25,172); }
H1.HeaderClassName
{
color: #E819AC;
}
.AnyTagClassName
{
color: #E819AC;
}
</style>
background-color css
<style>
a { background-color: #E819AC; }
a { background-color: rgb(232,25,172); }
div.DivClassName
{
background-color: #E819AC;
}
.BgClassName
{
background-color: #E819AC;
}
</style>
border-color css
<style>
span { border-color: #E819AC; }
span { border-color: rgb(232,25,172); }
td.TdClassName
{
border-color: #E819AC;
}
.TagClassName
{
border-color: #E819AC;
}
</style>