Shades of Psychedelic Purple #E81AF0
Tints of Psychedelic Purple #E81AF0
RGB
CMYK
RGB Variations
Color information
#E81AF0 (or 0xE81AF0) is known color: Psychedelic Purple. HEX triplet: E8, 1A and F0. RGB value is (232,26,240). Sum of RGB (Red+Green+Blue) = 232+26+240=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 26 (10.55% from 255 or 5.22% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #E81AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81AF0 is #17E50F. Grayscale: #6F6F6F. Windows color (decimal): -1565968 or 15735528. OLE color: 15735528.
HSL color Cylindrical-coordinate representation of color #E81AF0: hue angle of 297.76º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81AF0 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 26 | 240 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.06 |
| HSL | 297.76º | 0.88% | 0.52% | - |
| HSV(B) | 297.76º | 0.89% | 0.94% | - |
| XYZ | 49.38 | 24.19 | 84.5 | - |
| YUV | 111.99 | 200.25 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 240 | 0.03 | 0.89 | 0 | 0.06 | 297.76 | 0.88 | 0.52 |
| Hex | E8 | 1A | F0 | 3 | 59 | 0 | 6 | 12A | 58 | 34 |
| Octal | 350 | 32 | 360 | 3 | 131 | 0 | 6 | 452 | 130 | 64 |
| Binary | 11101000 | 11010 | 11110000 | 11 | 1011001 | 0 | 110 | 100101010 | 1011000 | 110100 |
Color Harmonies of #E81AF0
Complementary color
Monochromatic Colors of #E81AF0
Black with #E81AF0
Text Example
Text Example
White with #E81AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81AF0; }
p { color: rgb(232,26,240); }
H1.HeaderClassName
{
color: #E81AF0;
}
.AnyTagClassName
{
color: #E81AF0;
}
</style>
background-color css
<style>
a { background-color: #E81AF0; }
a { background-color: rgb(232,26,240); }
div.DivClassName
{
background-color: #E81AF0;
}
.BgClassName
{
background-color: #E81AF0;
}
</style>
border-color css
<style>
span { border-color: #E81AF0; }
span { border-color: rgb(232,26,240); }
td.TdClassName
{
border-color: #E81AF0;
}
.TagClassName
{
border-color: #E81AF0;
}
</style>