Shades of Spicy Pink #E81EB1
Tints of Spicy Pink #E81EB1
RGB
CMYK
RGB Variations
Color information
#E81EB1 (or 0xE81EB1) is known color: Spicy Pink. HEX triplet: E8, 1E and B1. RGB value is (232,30,177). Sum of RGB (Red+Green+Blue) = 232+30+177=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E81EB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81EB1 is #17E14E. Grayscale: #6A6A6A. Windows color (decimal): -1565007 or 11607784. OLE color: 11607784.
HSL color Cylindrical-coordinate representation of color #E81EB1: hue angle of 316.34º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81EB1 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 177 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.09 |
| HSL | 316.34º | 0.81% | 0.51% | - |
| HSV(B) | 316.34º | 0.87% | 0.91% | - |
| XYZ | 41.68 | 21.26 | 43.5 | - |
| YUV | 107.16 | 167.42 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 177 | 0 | 0.87 | 0.24 | 0.09 | 316.34 | 0.81 | 0.51 |
| Hex | E8 | 1E | B1 | 0 | 57 | 18 | 9 | 13C | 51 | 33 |
| Octal | 350 | 36 | 261 | 0 | 127 | 30 | 11 | 474 | 121 | 63 |
| Binary | 11101000 | 11110 | 10110001 | 0 | 1010111 | 11000 | 1001 | 100111100 | 1010001 | 110011 |
Color Harmonies of #E81EB1
Complementary color
Monochromatic Colors of #E81EB1
Black with #E81EB1
Text Example
Text Example
White with #E81EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81EB1; }
p { color: rgb(232,30,177); }
H1.HeaderClassName
{
color: #E81EB1;
}
.AnyTagClassName
{
color: #E81EB1;
}
</style>
background-color css
<style>
a { background-color: #E81EB1; }
a { background-color: rgb(232,30,177); }
div.DivClassName
{
background-color: #E81EB1;
}
.BgClassName
{
background-color: #E81EB1;
}
</style>
border-color css
<style>
span { border-color: #E81EB1; }
span { border-color: rgb(232,30,177); }
td.TdClassName
{
border-color: #E81EB1;
}
.TagClassName
{
border-color: #E81EB1;
}
</style>