Shades of Spicy Pink #E11EA6
Tints of Spicy Pink #E11EA6
RGB
CMYK
RGB Variations
Color information
#E11EA6 (or 0xE11EA6) is known color: Spicy Pink. HEX triplet: E1, 1E and A6. RGB value is (225,30,166). Sum of RGB (Red+Green+Blue) = 225+30+166=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E11EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11EA6 is #1EE159. Grayscale: #676767. Windows color (decimal): -2023770 or 10886881. OLE color: 10886881.
HSL color Cylindrical-coordinate representation of color #E11EA6: hue angle of 318.15º 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 #E11EA6 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 30 | 166 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.12 |
| HSL | 318.15º | 0.76% | 0.5% | - |
| HSV(B) | 318.15º | 0.87% | 0.88% | - |
| XYZ | 38.4 | 19.69 | 37.85 | - |
| YUV | 103.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 30 | 166 | 0 | 0.87 | 0.26 | 0.12 | 318.15 | 0.76 | 0.5 |
| Hex | E1 | 1E | A6 | 0 | 57 | 1A | C | 13E | 4C | 32 |
| Octal | 341 | 36 | 246 | 0 | 127 | 32 | 14 | 476 | 114 | 62 |
| Binary | 11100001 | 11110 | 10100110 | 0 | 1010111 | 11010 | 1100 | 100111110 | 1001100 | 110010 |
Color Harmonies of #E11EA6
Complementary color
Monochromatic Colors of #E11EA6
Black with #E11EA6
Text Example
Text Example
White with #E11EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11EA6; }
p { color: rgb(225,30,166); }
H1.HeaderClassName
{
color: #E11EA6;
}
.AnyTagClassName
{
color: #E11EA6;
}
</style>
background-color css
<style>
a { background-color: #E11EA6; }
a { background-color: rgb(225,30,166); }
div.DivClassName
{
background-color: #E11EA6;
}
.BgClassName
{
background-color: #E11EA6;
}
</style>
border-color css
<style>
span { border-color: #E11EA6; }
span { border-color: rgb(225,30,166); }
td.TdClassName
{
border-color: #E11EA6;
}
.TagClassName
{
border-color: #E11EA6;
}
</style>