Shades of Spicy Pink #E41AAF
Tints of Spicy Pink #E41AAF
RGB
CMYK
RGB Variations
Color information
#E41AAF (or 0xE41AAF) is known color: Spicy Pink. HEX triplet: E4, 1A and AF. RGB value is (228,26,175). Sum of RGB (Red+Green+Blue) = 228+26+175=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E41AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41AAF is #1BE550. Grayscale: #666666. Windows color (decimal): -1828177 or 11475684. OLE color: 11475684.
HSL color Cylindrical-coordinate representation of color #E41AAF: hue angle of 315.74º 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 #E41AAF is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 26 | 175 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.11 |
| HSL | 315.74º | 0.8% | 0.5% | - |
| HSV(B) | 315.74º | 0.89% | 0.89% | - |
| XYZ | 40.1 | 20.33 | 42.37 | - |
| YUV | 103.38 | 168.42 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 26 | 175 | 0 | 0.89 | 0.23 | 0.11 | 315.74 | 0.8 | 0.5 |
| Hex | E4 | 1A | AF | 0 | 59 | 17 | B | 13C | 50 | 32 |
| Octal | 344 | 32 | 257 | 0 | 131 | 27 | 13 | 474 | 120 | 62 |
| Binary | 11100100 | 11010 | 10101111 | 0 | 1011001 | 10111 | 1011 | 100111100 | 1010000 | 110010 |
Color Harmonies of #E41AAF
Complementary color
Monochromatic Colors of #E41AAF
Black with #E41AAF
Text Example
Text Example
White with #E41AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41AAF; }
p { color: rgb(228,26,175); }
H1.HeaderClassName
{
color: #E41AAF;
}
.AnyTagClassName
{
color: #E41AAF;
}
</style>
background-color css
<style>
a { background-color: #E41AAF; }
a { background-color: rgb(228,26,175); }
div.DivClassName
{
background-color: #E41AAF;
}
.BgClassName
{
background-color: #E41AAF;
}
</style>
border-color css
<style>
span { border-color: #E41AAF; }
span { border-color: rgb(228,26,175); }
td.TdClassName
{
border-color: #E41AAF;
}
.TagClassName
{
border-color: #E41AAF;
}
</style>