Shades of Spicy Pink #E818A2
Tints of Spicy Pink #E818A2
RGB
CMYK
RGB Variations
Color information
#E818A2 (or 0xE818A2) is known color: Spicy Pink. HEX triplet: E8, 18 and A2. RGB value is (232,24,162). Sum of RGB (Red+Green+Blue) = 232+24+162=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E818A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E818A2 is #17E75D. Grayscale: #656565. Windows color (decimal): -1566558 or 10623208. OLE color: 10623208.
HSL color Cylindrical-coordinate representation of color #E818A2: hue angle of 320.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E818A2 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 162 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.09 |
| HSL | 320.19º | 0.82% | 0.5% | - |
| HSV(B) | 320.19º | 0.9% | 0.91% | - |
| XYZ | 40.13 | 20.42 | 36.01 | - |
| YUV | 101.92 | 161.91 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 162 | 0 | 0.90 | 0.30 | 0.09 | 320.19 | 0.82 | 0.5 |
| Hex | E8 | 18 | A2 | 0 | 5A | 1E | 9 | 140 | 52 | 32 |
| Octal | 350 | 30 | 242 | 0 | 132 | 36 | 11 | 500 | 122 | 62 |
| Binary | 11101000 | 11000 | 10100010 | 0 | 1011010 | 11110 | 1001 | 101000000 | 1010010 | 110010 |
Color Harmonies of #E818A2
Complementary color
Monochromatic Colors of #E818A2
Black with #E818A2
Text Example
Text Example
White with #E818A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818A2; }
p { color: rgb(232,24,162); }
H1.HeaderClassName
{
color: #E818A2;
}
.AnyTagClassName
{
color: #E818A2;
}
</style>
background-color css
<style>
a { background-color: #E818A2; }
a { background-color: rgb(232,24,162); }
div.DivClassName
{
background-color: #E818A2;
}
.BgClassName
{
background-color: #E818A2;
}
</style>
border-color css
<style>
span { border-color: #E818A2; }
span { border-color: rgb(232,24,162); }
td.TdClassName
{
border-color: #E818A2;
}
.TagClassName
{
border-color: #E818A2;
}
</style>