Shades of Spicy Pink #E619A2
Tints of Spicy Pink #E619A2
RGB
CMYK
RGB Variations
Color information
#E619A2 (or 0xE619A2) is known color: Spicy Pink. HEX triplet: E6, 19 and A2. RGB value is (230,25,162). Sum of RGB (Red+Green+Blue) = 230+25+162=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E619A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E619A2 is #19E65D. Grayscale: #656565. Windows color (decimal): -1697374 or 10623462. OLE color: 10623462.
HSL color Cylindrical-coordinate representation of color #E619A2: hue angle of 319.9º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E619A2 is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 162 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.10 |
| HSL | 319.9º | 0.8% | 0.5% | - |
| HSV(B) | 319.9º | 0.89% | 0.9% | - |
| XYZ | 39.5 | 20.13 | 35.99 | - |
| YUV | 101.91 | 161.92 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 162 | 0 | 0.89 | 0.30 | 0.10 | 319.9 | 0.8 | 0.5 |
| Hex | E6 | 19 | A2 | 0 | 59 | 1E | A | 140 | 50 | 32 |
| Octal | 346 | 31 | 242 | 0 | 131 | 36 | 12 | 500 | 120 | 62 |
| Binary | 11100110 | 11001 | 10100010 | 0 | 1011001 | 11110 | 1010 | 101000000 | 1010000 | 110010 |
Color Harmonies of #E619A2
Complementary color
Monochromatic Colors of #E619A2
Black with #E619A2
Text Example
Text Example
White with #E619A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E619A2; }
p { color: rgb(230,25,162); }
H1.HeaderClassName
{
color: #E619A2;
}
.AnyTagClassName
{
color: #E619A2;
}
</style>
background-color css
<style>
a { background-color: #E619A2; }
a { background-color: rgb(230,25,162); }
div.DivClassName
{
background-color: #E619A2;
}
.BgClassName
{
background-color: #E619A2;
}
</style>
border-color css
<style>
span { border-color: #E619A2; }
span { border-color: rgb(230,25,162); }
td.TdClassName
{
border-color: #E619A2;
}
.TagClassName
{
border-color: #E619A2;
}
</style>