Shades of Spicy Pink #E91BAC
Tints of Spicy Pink #E91BAC
RGB
CMYK
RGB Variations
Color information
#E91BAC (or 0xE91BAC) is known color: Spicy Pink. HEX triplet: E9, 1B and AC. RGB value is (233,27,172). Sum of RGB (Red+Green+Blue) = 233+27+172=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E91BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91BAC is #16E453. Grayscale: #686868. Windows color (decimal): -1500244 or 11279337. OLE color: 11279337.
HSL color Cylindrical-coordinate representation of color #E91BAC: hue angle of 317.77º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91BAC is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 172 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.09 |
| HSL | 317.77º | 0.82% | 0.51% | - |
| HSV(B) | 317.77º | 0.88% | 0.91% | - |
| XYZ | 41.44 | 21.09 | 40.92 | - |
| YUV | 105.12 | 165.75 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 172 | 0 | 0.88 | 0.26 | 0.09 | 317.77 | 0.82 | 0.51 |
| Hex | E9 | 1B | AC | 0 | 58 | 1A | 9 | 13E | 52 | 33 |
| Octal | 351 | 33 | 254 | 0 | 130 | 32 | 11 | 476 | 122 | 63 |
| Binary | 11101001 | 11011 | 10101100 | 0 | 1011000 | 11010 | 1001 | 100111110 | 1010010 | 110011 |
Color Harmonies of #E91BAC
Complementary color
Monochromatic Colors of #E91BAC
Black with #E91BAC
Text Example
Text Example
White with #E91BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BAC; }
p { color: rgb(233,27,172); }
H1.HeaderClassName
{
color: #E91BAC;
}
.AnyTagClassName
{
color: #E91BAC;
}
</style>
background-color css
<style>
a { background-color: #E91BAC; }
a { background-color: rgb(233,27,172); }
div.DivClassName
{
background-color: #E91BAC;
}
.BgClassName
{
background-color: #E91BAC;
}
</style>
border-color css
<style>
span { border-color: #E91BAC; }
span { border-color: rgb(233,27,172); }
td.TdClassName
{
border-color: #E91BAC;
}
.TagClassName
{
border-color: #E91BAC;
}
</style>