Shades of Spicy Pink #E318AC
Tints of Spicy Pink #E318AC
RGB
CMYK
RGB Variations
Color information
#E318AC (or 0xE318AC) is known color: Spicy Pink. HEX triplet: E3, 18 and AC. RGB value is (227,24,172). Sum of RGB (Red+Green+Blue) = 227+24+172=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E318AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E318AC is #1CE753. Grayscale: #656565. Windows color (decimal): -1894228 or 11278563. OLE color: 11278563.
HSL color Cylindrical-coordinate representation of color #E318AC: hue angle of 316.26º 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 #E318AC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 24 | 172 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.11 |
| HSL | 316.26º | 0.81% | 0.49% | - |
| HSV(B) | 316.26º | 0.89% | 0.89% | - |
| XYZ | 39.45 | 19.96 | 40.8 | - |
| YUV | 101.57 | 167.75 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 24 | 172 | 0 | 0.89 | 0.24 | 0.11 | 316.26 | 0.81 | 0.49 |
| Hex | E3 | 18 | AC | 0 | 59 | 18 | B | 13C | 51 | 31 |
| Octal | 343 | 30 | 254 | 0 | 131 | 30 | 13 | 474 | 121 | 61 |
| Binary | 11100011 | 11000 | 10101100 | 0 | 1011001 | 11000 | 1011 | 100111100 | 1010001 | 110001 |
Color Harmonies of #E318AC
Complementary color
Monochromatic Colors of #E318AC
Black with #E318AC
Text Example
Text Example
White with #E318AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E318AC; }
p { color: rgb(227,24,172); }
H1.HeaderClassName
{
color: #E318AC;
}
.AnyTagClassName
{
color: #E318AC;
}
</style>
background-color css
<style>
a { background-color: #E318AC; }
a { background-color: rgb(227,24,172); }
div.DivClassName
{
background-color: #E318AC;
}
.BgClassName
{
background-color: #E318AC;
}
</style>
border-color css
<style>
span { border-color: #E318AC; }
span { border-color: rgb(227,24,172); }
td.TdClassName
{
border-color: #E318AC;
}
.TagClassName
{
border-color: #E318AC;
}
</style>