Shades of Spicy Pink #E81BAA
Tints of Spicy Pink #E81BAA
RGB
CMYK
RGB Variations
Color information
#E81BAA (or 0xE81BAA) is known color: Spicy Pink. HEX triplet: E8, 1B and AA. RGB value is (232,27,170). Sum of RGB (Red+Green+Blue) = 232+27+170=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E81BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81BAA is #17E455. Grayscale: #686868. Windows color (decimal): -1565782 or 11148264. OLE color: 11148264.
HSL color Cylindrical-coordinate representation of color #E81BAA: hue angle of 318.15º 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 #E81BAA is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 170 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.09 |
| HSL | 318.15º | 0.82% | 0.51% | - |
| HSV(B) | 318.15º | 0.88% | 0.91% | - |
| XYZ | 40.93 | 20.84 | 39.9 | - |
| YUV | 104.6 | 164.92 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 170 | 0 | 0.88 | 0.27 | 0.09 | 318.15 | 0.82 | 0.51 |
| Hex | E8 | 1B | AA | 0 | 58 | 1B | 9 | 13E | 52 | 33 |
| Octal | 350 | 33 | 252 | 0 | 130 | 33 | 11 | 476 | 122 | 63 |
| Binary | 11101000 | 11011 | 10101010 | 0 | 1011000 | 11011 | 1001 | 100111110 | 1010010 | 110011 |
Color Harmonies of #E81BAA
Complementary color
Monochromatic Colors of #E81BAA
Black with #E81BAA
Text Example
Text Example
White with #E81BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81BAA; }
p { color: rgb(232,27,170); }
H1.HeaderClassName
{
color: #E81BAA;
}
.AnyTagClassName
{
color: #E81BAA;
}
</style>
background-color css
<style>
a { background-color: #E81BAA; }
a { background-color: rgb(232,27,170); }
div.DivClassName
{
background-color: #E81BAA;
}
.BgClassName
{
background-color: #E81BAA;
}
</style>
border-color css
<style>
span { border-color: #E81BAA; }
span { border-color: rgb(232,27,170); }
td.TdClassName
{
border-color: #E81BAA;
}
.TagClassName
{
border-color: #E81BAA;
}
</style>