Shades of Spicy Pink #E914AB
Tints of Spicy Pink #E914AB
RGB
CMYK
RGB Variations
Color information
#E914AB (or 0xE914AB) is known color: Spicy Pink. HEX triplet: E9, 14 and AB. RGB value is (233,20,171). Sum of RGB (Red+Green+Blue) = 233+20+171=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E914AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E914AB is #16EB54. Grayscale: #646464. Windows color (decimal): -1502037 or 11212009. OLE color: 11212009.
HSL color Cylindrical-coordinate representation of color #E914AB: hue angle of 317.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914AB is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 20 | 171 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.09 |
| HSL | 317.46º | 0.84% | 0.5% | - |
| HSV(B) | 317.46º | 0.91% | 0.91% | - |
| XYZ | 41.21 | 20.76 | 40.36 | - |
| YUV | 100.9 | 167.57 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 171 | 0 | 0.91 | 0.27 | 0.09 | 317.46 | 0.84 | 0.5 |
| Hex | E9 | 14 | AB | 0 | 5B | 1B | 9 | 13D | 54 | 32 |
| Octal | 351 | 24 | 253 | 0 | 133 | 33 | 11 | 475 | 124 | 62 |
| Binary | 11101001 | 10100 | 10101011 | 0 | 1011011 | 11011 | 1001 | 100111101 | 1010100 | 110010 |
Color Harmonies of #E914AB
Complementary color
Monochromatic Colors of #E914AB
Black with #E914AB
Text Example
Text Example
White with #E914AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914AB; }
p { color: rgb(233,20,171); }
H1.HeaderClassName
{
color: #E914AB;
}
.AnyTagClassName
{
color: #E914AB;
}
</style>
background-color css
<style>
a { background-color: #E914AB; }
a { background-color: rgb(233,20,171); }
div.DivClassName
{
background-color: #E914AB;
}
.BgClassName
{
background-color: #E914AB;
}
</style>
border-color css
<style>
span { border-color: #E914AB; }
span { border-color: rgb(233,20,171); }
td.TdClassName
{
border-color: #E914AB;
}
.TagClassName
{
border-color: #E914AB;
}
</style>