Shades of Spicy Pink #E41AAA
Tints of Spicy Pink #E41AAA
RGB
CMYK
RGB Variations
Color information
#E41AAA (or 0xE41AAA) is known color: Spicy Pink. HEX triplet: E4, 1A and AA. RGB value is (228,26,170). Sum of RGB (Red+Green+Blue) = 228+26+170=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E41AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41AAA is #1BE555. Grayscale: #666666. Windows color (decimal): -1828182 or 11148004. OLE color: 11148004.
HSL color Cylindrical-coordinate representation of color #E41AAA: hue angle of 317.23º 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 #E41AAA is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 170 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.11 |
| HSL | 317.23º | 0.8% | 0.5% | - |
| HSV(B) | 317.23º | 0.89% | 0.89% | - |
| XYZ | 39.62 | 20.14 | 39.83 | - |
| YUV | 102.81 | 165.92 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 170 | 0 | 0.89 | 0.25 | 0.11 | 317.23 | 0.8 | 0.5 |
| Hex | E4 | 1A | AA | 0 | 59 | 19 | B | 13D | 50 | 32 |
| Octal | 344 | 32 | 252 | 0 | 131 | 31 | 13 | 475 | 120 | 62 |
| Binary | 11100100 | 11010 | 10101010 | 0 | 1011001 | 11001 | 1011 | 100111101 | 1010000 | 110010 |
Color Harmonies of #E41AAA
Complementary color
Monochromatic Colors of #E41AAA
Black with #E41AAA
Text Example
Text Example
White with #E41AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AAA; }
p { color: rgb(228,26,170); }
H1.HeaderClassName
{
color: #E41AAA;
}
.AnyTagClassName
{
color: #E41AAA;
}
</style>
background-color css
<style>
a { background-color: #E41AAA; }
a { background-color: rgb(228,26,170); }
div.DivClassName
{
background-color: #E41AAA;
}
.BgClassName
{
background-color: #E41AAA;
}
</style>
border-color css
<style>
span { border-color: #E41AAA; }
span { border-color: rgb(228,26,170); }
td.TdClassName
{
border-color: #E41AAA;
}
.TagClassName
{
border-color: #E41AAA;
}
</style>