Shades of Spicy Pink #E01CAC
Tints of Spicy Pink #E01CAC
RGB
CMYK
RGB Variations
Color information
#E01CAC (or 0xE01CAC) is known color: Spicy Pink. HEX triplet: E0, 1C and AC. RGB value is (224,28,172). Sum of RGB (Red+Green+Blue) = 224+28+172=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01CAC is #1FE353. Grayscale: #666666. Windows color (decimal): -2089812 or 11279584. OLE color: 11279584.
HSL color Cylindrical-coordinate representation of color #E01CAC: hue angle of 315.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CAC is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 172 | - |
| CMYK | 0 | 0.88 | 0.23 | 0.12 |
| HSL | 315.92º | 0.78% | 0.49% | - |
| HSV(B) | 315.92º | 0.88% | 0.88% | - |
| XYZ | 38.6 | 19.66 | 40.79 | - |
| YUV | 103.02 | 166.93 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 172 | 0 | 0.88 | 0.23 | 0.12 | 315.92 | 0.78 | 0.49 |
| Hex | E0 | 1C | AC | 0 | 58 | 17 | C | 13C | 4E | 31 |
| Octal | 340 | 34 | 254 | 0 | 130 | 27 | 14 | 474 | 116 | 61 |
| Binary | 11100000 | 11100 | 10101100 | 0 | 1011000 | 10111 | 1100 | 100111100 | 1001110 | 110001 |
Color Harmonies of #E01CAC
Complementary color
Monochromatic Colors of #E01CAC
Black with #E01CAC
Text Example
Text Example
White with #E01CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CAC; }
p { color: rgb(224,28,172); }
H1.HeaderClassName
{
color: #E01CAC;
}
.AnyTagClassName
{
color: #E01CAC;
}
</style>
background-color css
<style>
a { background-color: #E01CAC; }
a { background-color: rgb(224,28,172); }
div.DivClassName
{
background-color: #E01CAC;
}
.BgClassName
{
background-color: #E01CAC;
}
</style>
border-color css
<style>
span { border-color: #E01CAC; }
span { border-color: rgb(224,28,172); }
td.TdClassName
{
border-color: #E01CAC;
}
.TagClassName
{
border-color: #E01CAC;
}
</style>