Shades of Spicy Pink #E418AD
Tints of Spicy Pink #E418AD
RGB
CMYK
RGB Variations
Color information
#E418AD (or 0xE418AD) is known color: Spicy Pink. HEX triplet: E4, 18 and AD. RGB value is (228,24,173). Sum of RGB (Red+Green+Blue) = 228+24+173=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E418AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E418AD is #1BE752. Grayscale: #656565. Windows color (decimal): -1828691 or 11344100. OLE color: 11344100.
HSL color Cylindrical-coordinate representation of color #E418AD: hue angle of 316.18º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E418AD is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.11 |
| HSL | 316.18º | 0.81% | 0.49% | - |
| HSV(B) | 316.18º | 0.89% | 0.89% | - |
| XYZ | 39.86 | 20.16 | 41.33 | - |
| YUV | 101.98 | 168.09 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 173 | 0 | 0.89 | 0.24 | 0.11 | 316.18 | 0.81 | 0.49 |
| Hex | E4 | 18 | AD | 0 | 59 | 18 | B | 13C | 51 | 31 |
| Octal | 344 | 30 | 255 | 0 | 131 | 30 | 13 | 474 | 121 | 61 |
| Binary | 11100100 | 11000 | 10101101 | 0 | 1011001 | 11000 | 1011 | 100111100 | 1010001 | 110001 |
Color Harmonies of #E418AD
Complementary color
Monochromatic Colors of #E418AD
Black with #E418AD
Text Example
Text Example
White with #E418AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E418AD; }
p { color: rgb(228,24,173); }
H1.HeaderClassName
{
color: #E418AD;
}
.AnyTagClassName
{
color: #E418AD;
}
</style>
background-color css
<style>
a { background-color: #E418AD; }
a { background-color: rgb(228,24,173); }
div.DivClassName
{
background-color: #E418AD;
}
.BgClassName
{
background-color: #E418AD;
}
</style>
border-color css
<style>
span { border-color: #E418AD; }
span { border-color: rgb(228,24,173); }
td.TdClassName
{
border-color: #E418AD;
}
.TagClassName
{
border-color: #E418AD;
}
</style>