Shades of Spicy Pink #E11CAC
Tints of Spicy Pink #E11CAC
RGB
CMYK
RGB Variations
Color information
#E11CAC (or 0xE11CAC) is known color: Spicy Pink. HEX triplet: E1, 1C and AC. RGB value is (225,28,172). Sum of RGB (Red+Green+Blue) = 225+28+172=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CAC is #1EE353. Grayscale: #666666. Windows color (decimal): -2024276 or 11279585. OLE color: 11279585.
HSL color Cylindrical-coordinate representation of color #E11CAC: hue angle of 316.14º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CAC is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 172 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.12 |
| HSL | 316.14º | 0.78% | 0.5% | - |
| HSV(B) | 316.14º | 0.88% | 0.88% | - |
| XYZ | 38.91 | 19.82 | 40.8 | - |
| YUV | 103.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 172 | 0 | 0.88 | 0.24 | 0.12 | 316.14 | 0.78 | 0.5 |
| Hex | E1 | 1C | AC | 0 | 58 | 18 | C | 13C | 4E | 32 |
| Octal | 341 | 34 | 254 | 0 | 130 | 30 | 14 | 474 | 116 | 62 |
| Binary | 11100001 | 11100 | 10101100 | 0 | 1011000 | 11000 | 1100 | 100111100 | 1001110 | 110010 |
Color Harmonies of #E11CAC
Complementary color
Monochromatic Colors of #E11CAC
Black with #E11CAC
Text Example
Text Example
White with #E11CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CAC; }
p { color: rgb(225,28,172); }
H1.HeaderClassName
{
color: #E11CAC;
}
.AnyTagClassName
{
color: #E11CAC;
}
</style>
background-color css
<style>
a { background-color: #E11CAC; }
a { background-color: rgb(225,28,172); }
div.DivClassName
{
background-color: #E11CAC;
}
.BgClassName
{
background-color: #E11CAC;
}
</style>
border-color css
<style>
span { border-color: #E11CAC; }
span { border-color: rgb(225,28,172); }
td.TdClassName
{
border-color: #E11CAC;
}
.TagClassName
{
border-color: #E11CAC;
}
</style>