Shades of Spicy Pink #E921AB
Tints of Spicy Pink #E921AB
RGB
CMYK
RGB Variations
Color information
#E921AB (or 0xE921AB) is known color: Spicy Pink. HEX triplet: E9, 21 and AB. RGB value is (233,33,171). Sum of RGB (Red+Green+Blue) = 233+33+171=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E921AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E921AB is #16DE54. Grayscale: #6C6C6C. Windows color (decimal): -1498709 or 11215337. OLE color: 11215337.
HSL color Cylindrical-coordinate representation of color #E921AB: hue angle of 318.6º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E921AB is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 171 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.09 |
| HSL | 318.6º | 0.82% | 0.52% | - |
| HSV(B) | 318.6º | 0.86% | 0.91% | - |
| XYZ | 41.5 | 21.35 | 40.46 | - |
| YUV | 108.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 171 | 0 | 0.86 | 0.27 | 0.09 | 318.6 | 0.82 | 0.52 |
| Hex | E9 | 21 | AB | 0 | 56 | 1B | 9 | 13F | 52 | 34 |
| Octal | 351 | 41 | 253 | 0 | 126 | 33 | 11 | 477 | 122 | 64 |
| Binary | 11101001 | 100001 | 10101011 | 0 | 1010110 | 11011 | 1001 | 100111111 | 1010010 | 110100 |
Color Harmonies of #E921AB
Complementary color
Monochromatic Colors of #E921AB
Black with #E921AB
Text Example
Text Example
White with #E921AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921AB; }
p { color: rgb(233,33,171); }
H1.HeaderClassName
{
color: #E921AB;
}
.AnyTagClassName
{
color: #E921AB;
}
</style>
background-color css
<style>
a { background-color: #E921AB; }
a { background-color: rgb(233,33,171); }
div.DivClassName
{
background-color: #E921AB;
}
.BgClassName
{
background-color: #E921AB;
}
</style>
border-color css
<style>
span { border-color: #E921AB; }
span { border-color: rgb(233,33,171); }
td.TdClassName
{
border-color: #E921AB;
}
.TagClassName
{
border-color: #E921AB;
}
</style>