Shades of Spicy Pink #E81FB5
Tints of Spicy Pink #E81FB5
RGB
CMYK
RGB Variations
Color information
#E81FB5 (or 0xE81FB5) is known color: Spicy Pink. HEX triplet: E8, 1F and B5. RGB value is (232,31,181). Sum of RGB (Red+Green+Blue) = 232+31+181=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E81FB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E81FB5 is #17E04A. Grayscale: #6B6B6B. Windows color (decimal): -1564747 or 11870184. OLE color: 11870184.
HSL color Cylindrical-coordinate representation of color #E81FB5: hue angle of 315.22º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81FB5 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 31 | 181 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.09 |
| HSL | 315.22º | 0.81% | 0.52% | - |
| HSV(B) | 315.22º | 0.87% | 0.91% | - |
| XYZ | 42.11 | 21.47 | 45.64 | - |
| YUV | 108.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 181 | 0 | 0.87 | 0.22 | 0.09 | 315.22 | 0.81 | 0.52 |
| Hex | E8 | 1F | B5 | 0 | 57 | 16 | 9 | 13B | 51 | 34 |
| Octal | 350 | 37 | 265 | 0 | 127 | 26 | 11 | 473 | 121 | 64 |
| Binary | 11101000 | 11111 | 10110101 | 0 | 1010111 | 10110 | 1001 | 100111011 | 1010001 | 110100 |
Color Harmonies of #E81FB5
Complementary color
Monochromatic Colors of #E81FB5
Black with #E81FB5
Text Example
Text Example
White with #E81FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FB5; }
p { color: rgb(232,31,181); }
H1.HeaderClassName
{
color: #E81FB5;
}
.AnyTagClassName
{
color: #E81FB5;
}
</style>
background-color css
<style>
a { background-color: #E81FB5; }
a { background-color: rgb(232,31,181); }
div.DivClassName
{
background-color: #E81FB5;
}
.BgClassName
{
background-color: #E81FB5;
}
</style>
border-color css
<style>
span { border-color: #E81FB5; }
span { border-color: rgb(232,31,181); }
td.TdClassName
{
border-color: #E81FB5;
}
.TagClassName
{
border-color: #E81FB5;
}
</style>