Shades of Spicy Pink #E818AC
Tints of Spicy Pink #E818AC
RGB
CMYK
RGB Variations
Color information
#E818AC (or 0xE818AC) is known color: Spicy Pink. HEX triplet: E8, 18 and AC. RGB value is (232,24,172). Sum of RGB (Red+Green+Blue) = 232+24+172=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E818AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E818AC is #17E753. Grayscale: #666666. Windows color (decimal): -1566548 or 11278568. OLE color: 11278568.
HSL color Cylindrical-coordinate representation of color #E818AC: hue angle of 317.31º degrees, saturation: 0.82, 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 #E818AC is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 172 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.09 |
| HSL | 317.31º | 0.82% | 0.5% | - |
| HSV(B) | 317.31º | 0.9% | 0.91% | - |
| XYZ | 41.05 | 20.79 | 40.88 | - |
| YUV | 103.06 | 166.91 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 172 | 0 | 0.90 | 0.26 | 0.09 | 317.31 | 0.82 | 0.5 |
| Hex | E8 | 18 | AC | 0 | 5A | 1A | 9 | 13D | 52 | 32 |
| Octal | 350 | 30 | 254 | 0 | 132 | 32 | 11 | 475 | 122 | 62 |
| Binary | 11101000 | 11000 | 10101100 | 0 | 1011010 | 11010 | 1001 | 100111101 | 1010010 | 110010 |
Color Harmonies of #E818AC
Complementary color
Monochromatic Colors of #E818AC
Black with #E818AC
Text Example
Text Example
White with #E818AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E818AC; }
p { color: rgb(232,24,172); }
H1.HeaderClassName
{
color: #E818AC;
}
.AnyTagClassName
{
color: #E818AC;
}
</style>
background-color css
<style>
a { background-color: #E818AC; }
a { background-color: rgb(232,24,172); }
div.DivClassName
{
background-color: #E818AC;
}
.BgClassName
{
background-color: #E818AC;
}
</style>
border-color css
<style>
span { border-color: #E818AC; }
span { border-color: rgb(232,24,172); }
td.TdClassName
{
border-color: #E818AC;
}
.TagClassName
{
border-color: #E818AC;
}
</style>