Shades of Spicy Pink #E819A8
Tints of Spicy Pink #E819A8
RGB
CMYK
RGB Variations
Color information
#E819A8 (or 0xE819A8) is known color: Spicy Pink. HEX triplet: E8, 19 and A8. RGB value is (232,25,168). Sum of RGB (Red+Green+Blue) = 232+25+168=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E819A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E819A8 is #17E657. Grayscale: #666666. Windows color (decimal): -1566296 or 11016680. OLE color: 11016680.
HSL color Cylindrical-coordinate representation of color #E819A8: hue angle of 318.55º 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 #E819A8 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 168 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.09 |
| HSL | 318.55º | 0.82% | 0.5% | - |
| HSV(B) | 318.55º | 0.89% | 0.91% | - |
| XYZ | 40.69 | 20.68 | 38.89 | - |
| YUV | 103.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 168 | 0 | 0.89 | 0.28 | 0.09 | 318.55 | 0.82 | 0.5 |
| Hex | E8 | 19 | A8 | 0 | 59 | 1C | 9 | 13F | 52 | 32 |
| Octal | 350 | 31 | 250 | 0 | 131 | 34 | 11 | 477 | 122 | 62 |
| Binary | 11101000 | 11001 | 10101000 | 0 | 1011001 | 11100 | 1001 | 100111111 | 1010010 | 110010 |
Color Harmonies of #E819A8
Complementary color
Monochromatic Colors of #E819A8
Black with #E819A8
Text Example
Text Example
White with #E819A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819A8; }
p { color: rgb(232,25,168); }
H1.HeaderClassName
{
color: #E819A8;
}
.AnyTagClassName
{
color: #E819A8;
}
</style>
background-color css
<style>
a { background-color: #E819A8; }
a { background-color: rgb(232,25,168); }
div.DivClassName
{
background-color: #E819A8;
}
.BgClassName
{
background-color: #E819A8;
}
</style>
border-color css
<style>
span { border-color: #E819A8; }
span { border-color: rgb(232,25,168); }
td.TdClassName
{
border-color: #E819A8;
}
.TagClassName
{
border-color: #E819A8;
}
</style>