Shades of Psychedelic Purple #E800FE
Tints of Psychedelic Purple #E800FE
RGB
CMYK
RGB Variations
Color information
#E800FE (or 0xE800FE) is known color: Psychedelic Purple. HEX triplet: E8, 00 and FE. RGB value is (232,0,254). Sum of RGB (Red+Green+Blue) = 232+0+254=486 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.74% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #E800FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800FE is #17FF01. Grayscale: #616161. Windows color (decimal): -1572610 or 16646376. OLE color: 16646376.
HSL color Cylindrical-coordinate representation of color #E800FE: hue angle of 294.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800FE is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 0 | 254 | - |
| CMYK | 0.09 | 1 | 0 | 0.00 |
| HSL | 294.8º | 1% | 0.5% | - |
| HSV(B) | 294.8º | 1% | 1% | - |
| XYZ | 51.17 | 24.31 | 95.76 | - |
| YUV | 98.32 | 215.86 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 254 | 0.09 | 1 | 0 | 0.00 | 294.8 | 1 | 0.5 |
| Hex | E8 | 0 | FE | 9 | 64 | 0 | 0 | 127 | 64 | 32 |
| Octal | 350 | 0 | 376 | 11 | 144 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101000 | 0 | 11111110 | 1001 | 1100100 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #E800FE
Complementary color
Monochromatic Colors of #E800FE
Black with #E800FE
Text Example
Text Example
White with #E800FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800FE; }
p { color: rgb(232,0,254); }
H1.HeaderClassName
{
color: #E800FE;
}
.AnyTagClassName
{
color: #E800FE;
}
</style>
background-color css
<style>
a { background-color: #E800FE; }
a { background-color: rgb(232,0,254); }
div.DivClassName
{
background-color: #E800FE;
}
.BgClassName
{
background-color: #E800FE;
}
</style>
border-color css
<style>
span { border-color: #E800FE; }
span { border-color: rgb(232,0,254); }
td.TdClassName
{
border-color: #E800FE;
}
.TagClassName
{
border-color: #E800FE;
}
</style>