Shades of Spicy Pink #E11AB1
Tints of Spicy Pink #E11AB1
RGB
CMYK
RGB Variations
Color information
#E11AB1 (or 0xE11AB1) is known color: Spicy Pink. HEX triplet: E1, 1A and B1. RGB value is (225,26,177). Sum of RGB (Red+Green+Blue) = 225+26+177=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 26 (10.55% from 255 or 6.07% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11AB1 is #1EE54E. Grayscale: #666666. Windows color (decimal): -2024783 or 11606753. OLE color: 11606753.
HSL color Cylindrical-coordinate representation of color #E11AB1: hue angle of 314.47º degrees, saturation: 0.79, 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 #E11AB1 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 26 | 177 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.12 |
| HSL | 314.47º | 0.79% | 0.49% | - |
| HSV(B) | 314.47º | 0.88% | 0.88% | - |
| XYZ | 39.36 | 19.92 | 43.37 | - |
| YUV | 102.72 | 169.93 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 177 | 0 | 0.88 | 0.21 | 0.12 | 314.47 | 0.79 | 0.49 |
| Hex | E1 | 1A | B1 | 0 | 58 | 15 | C | 13A | 4F | 31 |
| Octal | 341 | 32 | 261 | 0 | 130 | 25 | 14 | 472 | 117 | 61 |
| Binary | 11100001 | 11010 | 10110001 | 0 | 1011000 | 10101 | 1100 | 100111010 | 1001111 | 110001 |
Color Harmonies of #E11AB1
Complementary color
Monochromatic Colors of #E11AB1
Black with #E11AB1
Text Example
Text Example
White with #E11AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AB1; }
p { color: rgb(225,26,177); }
H1.HeaderClassName
{
color: #E11AB1;
}
.AnyTagClassName
{
color: #E11AB1;
}
</style>
background-color css
<style>
a { background-color: #E11AB1; }
a { background-color: rgb(225,26,177); }
div.DivClassName
{
background-color: #E11AB1;
}
.BgClassName
{
background-color: #E11AB1;
}
</style>
border-color css
<style>
span { border-color: #E11AB1; }
span { border-color: rgb(225,26,177); }
td.TdClassName
{
border-color: #E11AB1;
}
.TagClassName
{
border-color: #E11AB1;
}
</style>