Shades of Spicy Pink #E814AB
Tints of Spicy Pink #E814AB
RGB
CMYK
RGB Variations
Color information
#E814AB (or 0xE814AB) is known color: Spicy Pink. HEX triplet: E8, 14 and AB. RGB value is (232,20,171). Sum of RGB (Red+Green+Blue) = 232+20+171=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 20 (8.20% from 255 or 4.73% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E814AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E814AB is #17EB54. Grayscale: #646464. Windows color (decimal): -1567573 or 11212008. OLE color: 11212008.
HSL color Cylindrical-coordinate representation of color #E814AB: hue angle of 317.26º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E814AB is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.09 |
| HSL | 317.26º | 0.84% | 0.49% | - |
| HSV(B) | 317.26º | 0.91% | 0.91% | - |
| XYZ | 40.88 | 20.6 | 40.35 | - |
| YUV | 100.6 | 167.74 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 171 | 0 | 0.91 | 0.26 | 0.09 | 317.26 | 0.84 | 0.49 |
| Hex | E8 | 14 | AB | 0 | 5B | 1A | 9 | 13D | 54 | 31 |
| Octal | 350 | 24 | 253 | 0 | 133 | 32 | 11 | 475 | 124 | 61 |
| Binary | 11101000 | 10100 | 10101011 | 0 | 1011011 | 11010 | 1001 | 100111101 | 1010100 | 110001 |
Color Harmonies of #E814AB
Complementary color
Monochromatic Colors of #E814AB
Black with #E814AB
Text Example
Text Example
White with #E814AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814AB; }
p { color: rgb(232,20,171); }
H1.HeaderClassName
{
color: #E814AB;
}
.AnyTagClassName
{
color: #E814AB;
}
</style>
background-color css
<style>
a { background-color: #E814AB; }
a { background-color: rgb(232,20,171); }
div.DivClassName
{
background-color: #E814AB;
}
.BgClassName
{
background-color: #E814AB;
}
</style>
border-color css
<style>
span { border-color: #E814AB; }
span { border-color: rgb(232,20,171); }
td.TdClassName
{
border-color: #E814AB;
}
.TagClassName
{
border-color: #E814AB;
}
</style>