Shades of Spicy Pink #E216AC
Tints of Spicy Pink #E216AC
RGB
CMYK
RGB Variations
Color information
#E216AC (or 0xE216AC) is known color: Spicy Pink. HEX triplet: E2, 16 and AC. RGB value is (226,22,172). Sum of RGB (Red+Green+Blue) = 226+22+172=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E216AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E216AC is #1DE953. Grayscale: #636363. Windows color (decimal): -1960276 or 11278050. OLE color: 11278050.
HSL color Cylindrical-coordinate representation of color #E216AC: hue angle of 315.88º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E216AC is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 172 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.11 |
| HSL | 315.88º | 0.82% | 0.49% | - |
| HSV(B) | 315.88º | 0.9% | 0.89% | - |
| XYZ | 39.1 | 19.72 | 40.78 | - |
| YUV | 100.1 | 168.59 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 172 | 0 | 0.90 | 0.24 | 0.11 | 315.88 | 0.82 | 0.49 |
| Hex | E2 | 16 | AC | 0 | 5A | 18 | B | 13C | 52 | 31 |
| Octal | 342 | 26 | 254 | 0 | 132 | 30 | 13 | 474 | 122 | 61 |
| Binary | 11100010 | 10110 | 10101100 | 0 | 1011010 | 11000 | 1011 | 100111100 | 1010010 | 110001 |
Color Harmonies of #E216AC
Complementary color
Monochromatic Colors of #E216AC
Black with #E216AC
Text Example
Text Example
White with #E216AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E216AC; }
p { color: rgb(226,22,172); }
H1.HeaderClassName
{
color: #E216AC;
}
.AnyTagClassName
{
color: #E216AC;
}
</style>
background-color css
<style>
a { background-color: #E216AC; }
a { background-color: rgb(226,22,172); }
div.DivClassName
{
background-color: #E216AC;
}
.BgClassName
{
background-color: #E216AC;
}
</style>
border-color css
<style>
span { border-color: #E216AC; }
span { border-color: rgb(226,22,172); }
td.TdClassName
{
border-color: #E216AC;
}
.TagClassName
{
border-color: #E216AC;
}
</style>