Shades of Spicy Pink #E91BAA
Tints of Spicy Pink #E91BAA
RGB
CMYK
RGB Variations
Color information
#E91BAA (or 0xE91BAA) is known color: Spicy Pink. HEX triplet: E9, 1B and AA. RGB value is (233,27,170). Sum of RGB (Red+Green+Blue) = 233+27+170=430 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.19% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 233 - color contains mainly: red. Hex color #E91BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91BAA is #16E455. Grayscale: #686868. Windows color (decimal): -1500246 or 11148265. OLE color: 11148265.
HSL color Cylindrical-coordinate representation of color #E91BAA: hue angle of 318.35º 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 #E91BAA is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 170 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.09 |
| HSL | 318.35º | 0.82% | 0.51% | - |
| HSV(B) | 318.35º | 0.88% | 0.91% | - |
| XYZ | 41.25 | 21.01 | 39.91 | - |
| YUV | 104.9 | 164.75 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 170 | 0 | 0.88 | 0.27 | 0.09 | 318.35 | 0.82 | 0.51 |
| Hex | E9 | 1B | AA | 0 | 58 | 1B | 9 | 13E | 52 | 33 |
| Octal | 351 | 33 | 252 | 0 | 130 | 33 | 11 | 476 | 122 | 63 |
| Binary | 11101001 | 11011 | 10101010 | 0 | 1011000 | 11011 | 1001 | 100111110 | 1010010 | 110011 |
Color Harmonies of #E91BAA
Complementary color
Monochromatic Colors of #E91BAA
Black with #E91BAA
Text Example
Text Example
White with #E91BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91BAA; }
p { color: rgb(233,27,170); }
H1.HeaderClassName
{
color: #E91BAA;
}
.AnyTagClassName
{
color: #E91BAA;
}
</style>
background-color css
<style>
a { background-color: #E91BAA; }
a { background-color: rgb(233,27,170); }
div.DivClassName
{
background-color: #E91BAA;
}
.BgClassName
{
background-color: #E91BAA;
}
</style>
border-color css
<style>
span { border-color: #E91BAA; }
span { border-color: rgb(233,27,170); }
td.TdClassName
{
border-color: #E91BAA;
}
.TagClassName
{
border-color: #E91BAA;
}
</style>