Shades of Spicy Pink #E41AB1
Tints of Spicy Pink #E41AB1
RGB
CMYK
RGB Variations
Color information
#E41AB1 (or 0xE41AB1) is known color: Spicy Pink. HEX triplet: E4, 1A and B1. RGB value is (228,26,177). Sum of RGB (Red+Green+Blue) = 228+26+177=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E41AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41AB1 is #1BE54E. Grayscale: #676767. Windows color (decimal): -1828175 or 11606756. OLE color: 11606756.
HSL color Cylindrical-coordinate representation of color #E41AB1: hue angle of 315.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E41AB1 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 177 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.11 |
| HSL | 315.15º | 0.8% | 0.5% | - |
| HSV(B) | 315.15º | 0.89% | 0.89% | - |
| XYZ | 40.3 | 20.41 | 43.41 | - |
| YUV | 103.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 177 | 0 | 0.89 | 0.22 | 0.11 | 315.15 | 0.8 | 0.5 |
| Hex | E4 | 1A | B1 | 0 | 59 | 16 | B | 13B | 50 | 32 |
| Octal | 344 | 32 | 261 | 0 | 131 | 26 | 13 | 473 | 120 | 62 |
| Binary | 11100100 | 11010 | 10110001 | 0 | 1011001 | 10110 | 1011 | 100111011 | 1010000 | 110010 |
Color Harmonies of #E41AB1
Complementary color
Monochromatic Colors of #E41AB1
Black with #E41AB1
Text Example
Text Example
White with #E41AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AB1; }
p { color: rgb(228,26,177); }
H1.HeaderClassName
{
color: #E41AB1;
}
.AnyTagClassName
{
color: #E41AB1;
}
</style>
background-color css
<style>
a { background-color: #E41AB1; }
a { background-color: rgb(228,26,177); }
div.DivClassName
{
background-color: #E41AB1;
}
.BgClassName
{
background-color: #E41AB1;
}
</style>
border-color css
<style>
span { border-color: #E41AB1; }
span { border-color: rgb(228,26,177); }
td.TdClassName
{
border-color: #E41AB1;
}
.TagClassName
{
border-color: #E41AB1;
}
</style>