Shades of Spicy Pink #E918A1
Tints of Spicy Pink #E918A1
RGB
CMYK
RGB Variations
Color information
#E918A1 (or 0xE918A1) is known color: Spicy Pink. HEX triplet: E9, 18 and A1. RGB value is (233,24,161). Sum of RGB (Red+Green+Blue) = 233+24+161=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E918A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E918A1 is #16E75E. Grayscale: #656565. Windows color (decimal): -1501023 or 10557673. OLE color: 10557673.
HSL color Cylindrical-coordinate representation of color #E918A1: hue angle of 320.67º 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 #E918A1 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 24 | 161 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.09 |
| HSL | 320.67º | 0.83% | 0.5% | - |
| HSV(B) | 320.67º | 0.9% | 0.91% | - |
| XYZ | 40.36 | 20.55 | 35.56 | - |
| YUV | 102.11 | 161.24 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 24 | 161 | 0 | 0.90 | 0.31 | 0.09 | 320.67 | 0.83 | 0.5 |
| Hex | E9 | 18 | A1 | 0 | 5A | 1F | 9 | 141 | 53 | 32 |
| Octal | 351 | 30 | 241 | 0 | 132 | 37 | 11 | 501 | 123 | 62 |
| Binary | 11101001 | 11000 | 10100001 | 0 | 1011010 | 11111 | 1001 | 101000001 | 1010011 | 110010 |
Color Harmonies of #E918A1
Complementary color
Monochromatic Colors of #E918A1
Black with #E918A1
Text Example
Text Example
White with #E918A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E918A1; }
p { color: rgb(233,24,161); }
H1.HeaderClassName
{
color: #E918A1;
}
.AnyTagClassName
{
color: #E918A1;
}
</style>
background-color css
<style>
a { background-color: #E918A1; }
a { background-color: rgb(233,24,161); }
div.DivClassName
{
background-color: #E918A1;
}
.BgClassName
{
background-color: #E918A1;
}
</style>
border-color css
<style>
span { border-color: #E918A1; }
span { border-color: rgb(233,24,161); }
td.TdClassName
{
border-color: #E918A1;
}
.TagClassName
{
border-color: #E918A1;
}
</style>