Shades of Psychedelic Purple #E82AFE
Tints of Psychedelic Purple #E82AFE
RGB
CMYK
RGB Variations
Color information
#E82AFE (or 0xE82AFE) is known color: Psychedelic Purple. HEX triplet: E8, 2A and FE. RGB value is (232,42,254). Sum of RGB (Red+Green+Blue) = 232+42+254=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 42 (16.80% from 255 or 7.95% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #E82AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E82AFE is #17D501. Grayscale: #7A7A7A. Windows color (decimal): -1561858 or 16657128. OLE color: 16657128.
HSL color Cylindrical-coordinate representation of color #E82AFE: hue angle of 293.77º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E82AFE is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 42 | 254 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.00 |
| HSL | 293.77º | 0.99% | 0.58% | - |
| HSV(B) | 293.77º | 0.83% | 1% | - |
| XYZ | 52 | 25.97 | 96.04 | - |
| YUV | 122.98 | 201.95 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 42 | 254 | 0.09 | 0.83 | 0 | 0.00 | 293.77 | 0.99 | 0.58 |
| Hex | E8 | 2A | FE | 9 | 53 | 0 | 0 | 126 | 63 | 3A |
| Octal | 350 | 52 | 376 | 11 | 123 | 0 | 0 | 446 | 143 | 72 |
| Binary | 11101000 | 101010 | 11111110 | 1001 | 1010011 | 0 | 0 | 100100110 | 1100011 | 111010 |
Color Harmonies of #E82AFE
Complementary color
Monochromatic Colors of #E82AFE
Black with #E82AFE
Text Example
Text Example
White with #E82AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82AFE; }
p { color: rgb(232,42,254); }
H1.HeaderClassName
{
color: #E82AFE;
}
.AnyTagClassName
{
color: #E82AFE;
}
</style>
background-color css
<style>
a { background-color: #E82AFE; }
a { background-color: rgb(232,42,254); }
div.DivClassName
{
background-color: #E82AFE;
}
.BgClassName
{
background-color: #E82AFE;
}
</style>
border-color css
<style>
span { border-color: #E82AFE; }
span { border-color: rgb(232,42,254); }
td.TdClassName
{
border-color: #E82AFE;
}
.TagClassName
{
border-color: #E82AFE;
}
</style>