Shades of Psychedelic Purple #E81EFF
Tints of Psychedelic Purple #E81EFF
RGB
CMYK
RGB Variations
Color information
#E81EFF (or 0xE81EFF) is known color: Psychedelic Purple. HEX triplet: E8, 1E and FF. RGB value is (232,30,255). Sum of RGB (Red+Green+Blue) = 232+30+255=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 30 (12.11% from 255 or 5.80% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #E81EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81EFF is #17E100. Grayscale: #737373. Windows color (decimal): -1564929 or 16719592. OLE color: 16719592.
HSL color Cylindrical-coordinate representation of color #E81EFF: hue angle of 293.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81EFF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 30 | 255 | - |
| CMYK | 0.09 | 0.88 | 0 | 0 |
| HSL | 293.87º | 1% | 0.56% | - |
| HSV(B) | 293.87º | 0.88% | 1% | - |
| XYZ | 51.79 | 25.3 | 96.76 | - |
| YUV | 116.05 | 206.42 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 255 | 0.09 | 0.88 | 0 | 0 | 293.87 | 1 | 0.56 |
| Hex | E8 | 1E | FF | 9 | 58 | 0 | 0 | 126 | 64 | 38 |
| Octal | 350 | 36 | 377 | 11 | 130 | 0 | 0 | 446 | 144 | 70 |
| Binary | 11101000 | 11110 | 11111111 | 1001 | 1011000 | 0 | 0 | 100100110 | 1100100 | 111000 |
Color Harmonies of #E81EFF
Complementary color
Monochromatic Colors of #E81EFF
Black with #E81EFF
Text Example
Text Example
White with #E81EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81EFF; }
p { color: rgb(232,30,255); }
H1.HeaderClassName
{
color: #E81EFF;
}
.AnyTagClassName
{
color: #E81EFF;
}
</style>
background-color css
<style>
a { background-color: #E81EFF; }
a { background-color: rgb(232,30,255); }
div.DivClassName
{
background-color: #E81EFF;
}
.BgClassName
{
background-color: #E81EFF;
}
</style>
border-color css
<style>
span { border-color: #E81EFF; }
span { border-color: rgb(232,30,255); }
td.TdClassName
{
border-color: #E81EFF;
}
.TagClassName
{
border-color: #E81EFF;
}
</style>