Shades of Psychedelic Purple #E81FFA
Tints of Psychedelic Purple #E81FFA
RGB
CMYK
RGB Variations
Color information
#E81FFA (or 0xE81FFA) is known color: Psychedelic Purple. HEX triplet: E8, 1F and FA. RGB value is (232,31,250). Sum of RGB (Red+Green+Blue) = 232+31+250=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #E81FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81FFA is #17E005. Grayscale: #737373. Windows color (decimal): -1564678 or 16392168. OLE color: 16392168.
HSL color Cylindrical-coordinate representation of color #E81FFA: hue angle of 295.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81FFA is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 31 | 250 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.02 |
| HSL | 295.07º | 0.96% | 0.55% | - |
| HSV(B) | 295.07º | 0.88% | 0.98% | - |
| XYZ | 51.02 | 25.04 | 92.59 | - |
| YUV | 116.07 | 203.59 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 31 | 250 | 0.07 | 0.88 | 0 | 0.02 | 295.07 | 0.96 | 0.55 |
| Hex | E8 | 1F | FA | 7 | 58 | 0 | 2 | 127 | 60 | 37 |
| Octal | 350 | 37 | 372 | 7 | 130 | 0 | 2 | 447 | 140 | 67 |
| Binary | 11101000 | 11111 | 11111010 | 111 | 1011000 | 0 | 10 | 100100111 | 1100000 | 110111 |
Color Harmonies of #E81FFA
Complementary color
Monochromatic Colors of #E81FFA
Black with #E81FFA
Text Example
Text Example
White with #E81FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81FFA; }
p { color: rgb(232,31,250); }
H1.HeaderClassName
{
color: #E81FFA;
}
.AnyTagClassName
{
color: #E81FFA;
}
</style>
background-color css
<style>
a { background-color: #E81FFA; }
a { background-color: rgb(232,31,250); }
div.DivClassName
{
background-color: #E81FFA;
}
.BgClassName
{
background-color: #E81FFA;
}
</style>
border-color css
<style>
span { border-color: #E81FFA; }
span { border-color: rgb(232,31,250); }
td.TdClassName
{
border-color: #E81FFA;
}
.TagClassName
{
border-color: #E81FFA;
}
</style>