Shades of Spicy Pink #E918AD
Tints of Spicy Pink #E918AD
RGB
CMYK
RGB Variations
Color information
#E918AD (or 0xE918AD) is known color: Spicy Pink. HEX triplet: E9, 18 and AD. RGB value is (233,24,173). Sum of RGB (Red+Green+Blue) = 233+24+173=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E918AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E918AD is #16E752. Grayscale: #676767. Windows color (decimal): -1501011 or 11344105. OLE color: 11344105.
HSL color Cylindrical-coordinate representation of color #E918AD: hue angle of 317.22º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E918AD is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 173 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.09 |
| HSL | 317.22º | 0.83% | 0.5% | - |
| HSV(B) | 317.22º | 0.9% | 0.91% | - |
| XYZ | 41.47 | 20.99 | 41.4 | - |
| YUV | 103.48 | 167.24 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 173 | 0 | 0.90 | 0.26 | 0.09 | 317.22 | 0.83 | 0.5 |
| Hex | E9 | 18 | AD | 0 | 5A | 1A | 9 | 13D | 53 | 32 |
| Octal | 351 | 30 | 255 | 0 | 132 | 32 | 11 | 475 | 123 | 62 |
| Binary | 11101001 | 11000 | 10101101 | 0 | 1011010 | 11010 | 1001 | 100111101 | 1010011 | 110010 |
Color Harmonies of #E918AD
Complementary color
Monochromatic Colors of #E918AD
Black with #E918AD
Text Example
Text Example
White with #E918AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918AD; }
p { color: rgb(233,24,173); }
H1.HeaderClassName
{
color: #E918AD;
}
.AnyTagClassName
{
color: #E918AD;
}
</style>
background-color css
<style>
a { background-color: #E918AD; }
a { background-color: rgb(233,24,173); }
div.DivClassName
{
background-color: #E918AD;
}
.BgClassName
{
background-color: #E918AD;
}
</style>
border-color css
<style>
span { border-color: #E918AD; }
span { border-color: rgb(233,24,173); }
td.TdClassName
{
border-color: #E918AD;
}
.TagClassName
{
border-color: #E918AD;
}
</style>