Shades of Spicy Pink #E416AC
Tints of Spicy Pink #E416AC
RGB
CMYK
RGB Variations
Color information
#E416AC (or 0xE416AC) is known color: Spicy Pink. HEX triplet: E4, 16 and AC. RGB value is (228,22,172). Sum of RGB (Red+Green+Blue) = 228+22+172=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 22 (8.98% from 255 or 5.21% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E416AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E416AC is #1BE953. Grayscale: #646464. Windows color (decimal): -1829204 or 11278052. OLE color: 11278052.
HSL color Cylindrical-coordinate representation of color #E416AC: hue angle of 316.31º 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 #E416AC is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 172 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.11 |
| HSL | 316.31º | 0.82% | 0.49% | - |
| HSV(B) | 316.31º | 0.9% | 0.89% | - |
| XYZ | 39.73 | 20.05 | 40.81 | - |
| YUV | 100.69 | 168.25 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 172 | 0 | 0.90 | 0.25 | 0.11 | 316.31 | 0.82 | 0.49 |
| Hex | E4 | 16 | AC | 0 | 5A | 19 | B | 13C | 52 | 31 |
| Octal | 344 | 26 | 254 | 0 | 132 | 31 | 13 | 474 | 122 | 61 |
| Binary | 11100100 | 10110 | 10101100 | 0 | 1011010 | 11001 | 1011 | 100111100 | 1010010 | 110001 |
Color Harmonies of #E416AC
Complementary color
Monochromatic Colors of #E416AC
Black with #E416AC
Text Example
Text Example
White with #E416AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416AC; }
p { color: rgb(228,22,172); }
H1.HeaderClassName
{
color: #E416AC;
}
.AnyTagClassName
{
color: #E416AC;
}
</style>
background-color css
<style>
a { background-color: #E416AC; }
a { background-color: rgb(228,22,172); }
div.DivClassName
{
background-color: #E416AC;
}
.BgClassName
{
background-color: #E416AC;
}
</style>
border-color css
<style>
span { border-color: #E416AC; }
span { border-color: rgb(228,22,172); }
td.TdClassName
{
border-color: #E416AC;
}
.TagClassName
{
border-color: #E416AC;
}
</style>