Shades of Spicy Pink #E518A8
Tints of Spicy Pink #E518A8
RGB
CMYK
RGB Variations
Color information
#E518A8 (or 0xE518A8) is known color: Spicy Pink. HEX triplet: E5, 18 and A8. RGB value is (229,24,168). Sum of RGB (Red+Green+Blue) = 229+24+168=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E518A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E518A8 is #1AE757. Grayscale: #656565. Windows color (decimal): -1763160 or 11016421. OLE color: 11016421.
HSL color Cylindrical-coordinate representation of color #E518A8: hue angle of 317.85º 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 #E518A8 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 24 | 168 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.10 |
| HSL | 317.85º | 0.81% | 0.5% | - |
| HSV(B) | 317.85º | 0.9% | 0.9% | - |
| XYZ | 39.71 | 20.14 | 38.84 | - |
| YUV | 101.71 | 165.42 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 24 | 168 | 0 | 0.90 | 0.27 | 0.10 | 317.85 | 0.81 | 0.5 |
| Hex | E5 | 18 | A8 | 0 | 5A | 1B | A | 13E | 51 | 32 |
| Octal | 345 | 30 | 250 | 0 | 132 | 33 | 12 | 476 | 121 | 62 |
| Binary | 11100101 | 11000 | 10101000 | 0 | 1011010 | 11011 | 1010 | 100111110 | 1010001 | 110010 |
Color Harmonies of #E518A8
Complementary color
Monochromatic Colors of #E518A8
Black with #E518A8
Text Example
Text Example
White with #E518A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E518A8; }
p { color: rgb(229,24,168); }
H1.HeaderClassName
{
color: #E518A8;
}
.AnyTagClassName
{
color: #E518A8;
}
</style>
background-color css
<style>
a { background-color: #E518A8; }
a { background-color: rgb(229,24,168); }
div.DivClassName
{
background-color: #E518A8;
}
.BgClassName
{
background-color: #E518A8;
}
</style>
border-color css
<style>
span { border-color: #E518A8; }
span { border-color: rgb(229,24,168); }
td.TdClassName
{
border-color: #E518A8;
}
.TagClassName
{
border-color: #E518A8;
}
</style>