Shades of Psychedelic Purple #E820FE
Tints of Psychedelic Purple #E820FE
RGB
CMYK
RGB Variations
Color information
#E820FE (or 0xE820FE) is known color: Psychedelic Purple. HEX triplet: E8, 20 and FE. RGB value is (232,32,254). Sum of RGB (Red+Green+Blue) = 232+32+254=518 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.79% from 518); Green value is 32 (12.89% from 255 or 6.18% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #E820FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820FE is #17DF01. Grayscale: #747474. Windows color (decimal): -1564418 or 16654568. OLE color: 16654568.
HSL color Cylindrical-coordinate representation of color #E820FE: hue angle of 294.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E820FE is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 32 | 254 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.00 |
| HSL | 294.05º | 0.99% | 0.56% | - |
| HSV(B) | 294.05º | 0.87% | 1% | - |
| XYZ | 51.68 | 25.34 | 95.93 | - |
| YUV | 117.11 | 205.26 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 32 | 254 | 0.09 | 0.87 | 0 | 0.00 | 294.05 | 0.99 | 0.56 |
| Hex | E8 | 20 | FE | 9 | 57 | 0 | 0 | 126 | 63 | 38 |
| Octal | 350 | 40 | 376 | 11 | 127 | 0 | 0 | 446 | 143 | 70 |
| Binary | 11101000 | 100000 | 11111110 | 1001 | 1010111 | 0 | 0 | 100100110 | 1100011 | 111000 |
Color Harmonies of #E820FE
Complementary color
Monochromatic Colors of #E820FE
Black with #E820FE
Text Example
Text Example
White with #E820FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E820FE; }
p { color: rgb(232,32,254); }
H1.HeaderClassName
{
color: #E820FE;
}
.AnyTagClassName
{
color: #E820FE;
}
</style>
background-color css
<style>
a { background-color: #E820FE; }
a { background-color: rgb(232,32,254); }
div.DivClassName
{
background-color: #E820FE;
}
.BgClassName
{
background-color: #E820FE;
}
</style>
border-color css
<style>
span { border-color: #E820FE; }
span { border-color: rgb(232,32,254); }
td.TdClassName
{
border-color: #E820FE;
}
.TagClassName
{
border-color: #E820FE;
}
</style>