Shades of Spicy Pink #E11DA6
Tints of Spicy Pink #E11DA6
RGB
CMYK
RGB Variations
Color information
#E11DA6 (or 0xE11DA6) is known color: Spicy Pink. HEX triplet: E1, 1D and A6. RGB value is (225,29,166). Sum of RGB (Red+Green+Blue) = 225+29+166=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 29 (11.72% from 255 or 6.90% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E11DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11DA6 is #1EE259. Grayscale: #666666. Windows color (decimal): -2024026 or 10886625. OLE color: 10886625.
HSL color Cylindrical-coordinate representation of color #E11DA6: hue angle of 318.06º degrees, saturation: 0.77, 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 #E11DA6 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 29 | 166 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.12 |
| HSL | 318.06º | 0.77% | 0.5% | - |
| HSV(B) | 318.06º | 0.87% | 0.88% | - |
| XYZ | 38.37 | 19.64 | 37.84 | - |
| YUV | 103.22 | 163.43 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 29 | 166 | 0 | 0.87 | 0.26 | 0.12 | 318.06 | 0.77 | 0.5 |
| Hex | E1 | 1D | A6 | 0 | 57 | 1A | C | 13E | 4D | 32 |
| Octal | 341 | 35 | 246 | 0 | 127 | 32 | 14 | 476 | 115 | 62 |
| Binary | 11100001 | 11101 | 10100110 | 0 | 1010111 | 11010 | 1100 | 100111110 | 1001101 | 110010 |
Color Harmonies of #E11DA6
Complementary color
Monochromatic Colors of #E11DA6
Black with #E11DA6
Text Example
Text Example
White with #E11DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11DA6; }
p { color: rgb(225,29,166); }
H1.HeaderClassName
{
color: #E11DA6;
}
.AnyTagClassName
{
color: #E11DA6;
}
</style>
background-color css
<style>
a { background-color: #E11DA6; }
a { background-color: rgb(225,29,166); }
div.DivClassName
{
background-color: #E11DA6;
}
.BgClassName
{
background-color: #E11DA6;
}
</style>
border-color css
<style>
span { border-color: #E11DA6; }
span { border-color: rgb(225,29,166); }
td.TdClassName
{
border-color: #E11DA6;
}
.TagClassName
{
border-color: #E11DA6;
}
</style>