Shades of Spicy Pink #E01EAC
Tints of Spicy Pink #E01EAC
RGB
CMYK
RGB Variations
Color information
#E01EAC (or 0xE01EAC) is known color: Spicy Pink. HEX triplet: E0, 1E and AC. RGB value is (224,30,172). Sum of RGB (Red+Green+Blue) = 224+30+172=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01EAC is #1FE153. Grayscale: #676767. Windows color (decimal): -2089300 or 11280096. OLE color: 11280096.
HSL color Cylindrical-coordinate representation of color #E01EAC: hue angle of 316.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01EAC is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 30 | 172 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.12 |
| HSL | 316.08º | 0.76% | 0.5% | - |
| HSV(B) | 316.08º | 0.87% | 0.88% | - |
| XYZ | 38.65 | 19.75 | 40.81 | - |
| YUV | 104.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 30 | 172 | 0 | 0.87 | 0.23 | 0.12 | 316.08 | 0.76 | 0.5 |
| Hex | E0 | 1E | AC | 0 | 57 | 17 | C | 13C | 4C | 32 |
| Octal | 340 | 36 | 254 | 0 | 127 | 27 | 14 | 474 | 114 | 62 |
| Binary | 11100000 | 11110 | 10101100 | 0 | 1010111 | 10111 | 1100 | 100111100 | 1001100 | 110010 |
Color Harmonies of #E01EAC
Complementary color
Monochromatic Colors of #E01EAC
Black with #E01EAC
Text Example
Text Example
White with #E01EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01EAC; }
p { color: rgb(224,30,172); }
H1.HeaderClassName
{
color: #E01EAC;
}
.AnyTagClassName
{
color: #E01EAC;
}
</style>
background-color css
<style>
a { background-color: #E01EAC; }
a { background-color: rgb(224,30,172); }
div.DivClassName
{
background-color: #E01EAC;
}
.BgClassName
{
background-color: #E01EAC;
}
</style>
border-color css
<style>
span { border-color: #E01EAC; }
span { border-color: rgb(224,30,172); }
td.TdClassName
{
border-color: #E01EAC;
}
.TagClassName
{
border-color: #E01EAC;
}
</style>