Shades of Spicy Pink #E81BA7
Tints of Spicy Pink #E81BA7
RGB
CMYK
RGB Variations
Color information
#E81BA7 (or 0xE81BA7) is known color: Spicy Pink. HEX triplet: E8, 1B and A7. RGB value is (232,27,167). Sum of RGB (Red+Green+Blue) = 232+27+167=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E81BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81BA7 is #17E458. Grayscale: #676767. Windows color (decimal): -1565785 or 10951656. OLE color: 10951656.
HSL color Cylindrical-coordinate representation of color #E81BA7: hue angle of 319.02º 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 #E81BA7 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 167 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.09 |
| HSL | 319.02º | 0.82% | 0.51% | - |
| HSV(B) | 319.02º | 0.88% | 0.91% | - |
| XYZ | 40.65 | 20.73 | 38.42 | - |
| YUV | 104.26 | 163.42 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 167 | 0 | 0.88 | 0.28 | 0.09 | 319.02 | 0.82 | 0.51 |
| Hex | E8 | 1B | A7 | 0 | 58 | 1C | 9 | 13F | 52 | 33 |
| Octal | 350 | 33 | 247 | 0 | 130 | 34 | 11 | 477 | 122 | 63 |
| Binary | 11101000 | 11011 | 10100111 | 0 | 1011000 | 11100 | 1001 | 100111111 | 1010010 | 110011 |
Color Harmonies of #E81BA7
Complementary color
Monochromatic Colors of #E81BA7
Black with #E81BA7
Text Example
Text Example
White with #E81BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81BA7; }
p { color: rgb(232,27,167); }
H1.HeaderClassName
{
color: #E81BA7;
}
.AnyTagClassName
{
color: #E81BA7;
}
</style>
background-color css
<style>
a { background-color: #E81BA7; }
a { background-color: rgb(232,27,167); }
div.DivClassName
{
background-color: #E81BA7;
}
.BgClassName
{
background-color: #E81BA7;
}
</style>
border-color css
<style>
span { border-color: #E81BA7; }
span { border-color: rgb(232,27,167); }
td.TdClassName
{
border-color: #E81BA7;
}
.TagClassName
{
border-color: #E81BA7;
}
</style>