Shades of Spicy Pink #E819A2
Tints of Spicy Pink #E819A2
RGB
CMYK
RGB Variations
Color information
#E819A2 (or 0xE819A2) is known color: Spicy Pink. HEX triplet: E8, 19 and A2. RGB value is (232,25,162). Sum of RGB (Red+Green+Blue) = 232+25+162=419 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.37% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 232 - color contains mainly: red. Hex color #E819A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E819A2 is #17E65D. Grayscale: #666666. Windows color (decimal): -1566302 or 10623464. OLE color: 10623464.
HSL color Cylindrical-coordinate representation of color #E819A2: hue angle of 320.29º 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 #E819A2 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 162 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.09 |
| HSL | 320.29º | 0.82% | 0.5% | - |
| HSV(B) | 320.29º | 0.89% | 0.91% | - |
| XYZ | 40.15 | 20.46 | 36.02 | - |
| YUV | 102.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 162 | 0 | 0.89 | 0.30 | 0.09 | 320.29 | 0.82 | 0.5 |
| Hex | E8 | 19 | A2 | 0 | 59 | 1E | 9 | 140 | 52 | 32 |
| Octal | 350 | 31 | 242 | 0 | 131 | 36 | 11 | 500 | 122 | 62 |
| Binary | 11101000 | 11001 | 10100010 | 0 | 1011001 | 11110 | 1001 | 101000000 | 1010010 | 110010 |
Color Harmonies of #E819A2
Complementary color
Monochromatic Colors of #E819A2
Black with #E819A2
Text Example
Text Example
White with #E819A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E819A2; }
p { color: rgb(232,25,162); }
H1.HeaderClassName
{
color: #E819A2;
}
.AnyTagClassName
{
color: #E819A2;
}
</style>
background-color css
<style>
a { background-color: #E819A2; }
a { background-color: rgb(232,25,162); }
div.DivClassName
{
background-color: #E819A2;
}
.BgClassName
{
background-color: #E819A2;
}
</style>
border-color css
<style>
span { border-color: #E819A2; }
span { border-color: rgb(232,25,162); }
td.TdClassName
{
border-color: #E819A2;
}
.TagClassName
{
border-color: #E819A2;
}
</style>