Shades of Spicy Pink #E416AB
Tints of Spicy Pink #E416AB
RGB
CMYK
RGB Variations
Color information
#E416AB (or 0xE416AB) is known color: Spicy Pink. HEX triplet: E4, 16 and AB. RGB value is (228,22,171). Sum of RGB (Red+Green+Blue) = 228+22+171=421 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.16% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 228 - color contains mainly: red. Hex color #E416AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E416AB is #1BE954. Grayscale: #646464. Windows color (decimal): -1829205 or 11212516. OLE color: 11212516.
HSL color Cylindrical-coordinate representation of color #E416AB: hue angle of 316.6º 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 #E416AB is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 22 | 171 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.11 |
| HSL | 316.6º | 0.82% | 0.49% | - |
| HSV(B) | 316.6º | 0.9% | 0.89% | - |
| XYZ | 39.63 | 20.01 | 40.3 | - |
| YUV | 100.58 | 167.75 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 22 | 171 | 0 | 0.90 | 0.25 | 0.11 | 316.6 | 0.82 | 0.49 |
| Hex | E4 | 16 | AB | 0 | 5A | 19 | B | 13D | 52 | 31 |
| Octal | 344 | 26 | 253 | 0 | 132 | 31 | 13 | 475 | 122 | 61 |
| Binary | 11100100 | 10110 | 10101011 | 0 | 1011010 | 11001 | 1011 | 100111101 | 1010010 | 110001 |
Color Harmonies of #E416AB
Complementary color
Monochromatic Colors of #E416AB
Black with #E416AB
Text Example
Text Example
White with #E416AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E416AB; }
p { color: rgb(228,22,171); }
H1.HeaderClassName
{
color: #E416AB;
}
.AnyTagClassName
{
color: #E416AB;
}
</style>
background-color css
<style>
a { background-color: #E416AB; }
a { background-color: rgb(228,22,171); }
div.DivClassName
{
background-color: #E416AB;
}
.BgClassName
{
background-color: #E416AB;
}
</style>
border-color css
<style>
span { border-color: #E416AB; }
span { border-color: rgb(228,22,171); }
td.TdClassName
{
border-color: #E416AB;
}
.TagClassName
{
border-color: #E416AB;
}
</style>