Shades of Spicy Pink #E518AA
Tints of Spicy Pink #E518AA
RGB
CMYK
RGB Variations
Color information
#E518AA (or 0xE518AA) is known color: Spicy Pink. HEX triplet: E5, 18 and AA. RGB value is (229,24,170). Sum of RGB (Red+Green+Blue) = 229+24+170=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E518AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E518AA is #1AE755. Grayscale: #656565. Windows color (decimal): -1763158 or 11147493. OLE color: 11147493.
HSL color Cylindrical-coordinate representation of color #E518AA: hue angle of 317.27º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518AA is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 170 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.10 |
| HSL | 317.27º | 0.81% | 0.5% | - |
| HSV(B) | 317.27º | 0.9% | 0.9% | - |
| XYZ | 39.9 | 20.21 | 39.83 | - |
| YUV | 101.94 | 166.42 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 170 | 0 | 0.90 | 0.26 | 0.10 | 317.27 | 0.81 | 0.5 |
| Hex | E5 | 18 | AA | 0 | 5A | 1A | A | 13D | 51 | 32 |
| Octal | 345 | 30 | 252 | 0 | 132 | 32 | 12 | 475 | 121 | 62 |
| Binary | 11100101 | 11000 | 10101010 | 0 | 1011010 | 11010 | 1010 | 100111101 | 1010001 | 110010 |
Color Harmonies of #E518AA
Complementary color
Monochromatic Colors of #E518AA
Black with #E518AA
Text Example
Text Example
White with #E518AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518AA; }
p { color: rgb(229,24,170); }
H1.HeaderClassName
{
color: #E518AA;
}
.AnyTagClassName
{
color: #E518AA;
}
</style>
background-color css
<style>
a { background-color: #E518AA; }
a { background-color: rgb(229,24,170); }
div.DivClassName
{
background-color: #E518AA;
}
.BgClassName
{
background-color: #E518AA;
}
</style>
border-color css
<style>
span { border-color: #E518AA; }
span { border-color: rgb(229,24,170); }
td.TdClassName
{
border-color: #E518AA;
}
.TagClassName
{
border-color: #E518AA;
}
</style>