Shades of Spicy Pink #E419AA
Tints of Spicy Pink #E419AA
RGB
CMYK
RGB Variations
Color information
#E419AA (or 0xE419AA) is known color: Spicy Pink. HEX triplet: E4, 19 and AA. RGB value is (228,25,170). Sum of RGB (Red+Green+Blue) = 228+25+170=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E419AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E419AA is #1BE655. Grayscale: #656565. Windows color (decimal): -1828438 or 11147748. OLE color: 11147748.
HSL color Cylindrical-coordinate representation of color #E419AA: hue angle of 317.14º 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 #E419AA is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 25 | 170 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.11 |
| HSL | 317.14º | 0.8% | 0.5% | - |
| HSV(B) | 317.14º | 0.89% | 0.89% | - |
| XYZ | 39.6 | 20.09 | 39.82 | - |
| YUV | 102.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 25 | 170 | 0 | 0.89 | 0.25 | 0.11 | 317.14 | 0.8 | 0.5 |
| Hex | E4 | 19 | AA | 0 | 59 | 19 | B | 13D | 50 | 32 |
| Octal | 344 | 31 | 252 | 0 | 131 | 31 | 13 | 475 | 120 | 62 |
| Binary | 11100100 | 11001 | 10101010 | 0 | 1011001 | 11001 | 1011 | 100111101 | 1010000 | 110010 |
Color Harmonies of #E419AA
Complementary color
Monochromatic Colors of #E419AA
Black with #E419AA
Text Example
Text Example
White with #E419AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E419AA; }
p { color: rgb(228,25,170); }
H1.HeaderClassName
{
color: #E419AA;
}
.AnyTagClassName
{
color: #E419AA;
}
</style>
background-color css
<style>
a { background-color: #E419AA; }
a { background-color: rgb(228,25,170); }
div.DivClassName
{
background-color: #E419AA;
}
.BgClassName
{
background-color: #E419AA;
}
</style>
border-color css
<style>
span { border-color: #E419AA; }
span { border-color: rgb(228,25,170); }
td.TdClassName
{
border-color: #E419AA;
}
.TagClassName
{
border-color: #E419AA;
}
</style>