Shades of Psychedelic Purple #E801FE
Tints of Psychedelic Purple #E801FE
RGB
CMYK
RGB Variations
Color information
#E801FE (or 0xE801FE) is known color: Psychedelic Purple. HEX triplet: E8, 01 and FE. RGB value is (232,1,254). Sum of RGB (Red+Green+Blue) = 232+1+254=487 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.64% from 487); Green value is 1 (0.78% from 255 or 0.21% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #E801FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E801FE is #17FE01. Grayscale: #626262. Windows color (decimal): -1572354 or 16646632. OLE color: 16646632.
HSL color Cylindrical-coordinate representation of color #E801FE: hue angle of 294.78º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801FE is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 1 | 254 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.00 |
| HSL | 294.78º | 0.99% | 0.5% | - |
| HSV(B) | 294.78º | 1% | 1% | - |
| XYZ | 51.18 | 24.33 | 95.77 | - |
| YUV | 98.91 | 215.53 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 254 | 0.09 | 1.00 | 0 | 0.00 | 294.78 | 0.99 | 0.5 |
| Hex | E8 | 1 | FE | 9 | 64 | 0 | 0 | 127 | 63 | 32 |
| Octal | 350 | 1 | 376 | 11 | 144 | 0 | 0 | 447 | 143 | 62 |
| Binary | 11101000 | 1 | 11111110 | 1001 | 1100100 | 0 | 0 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E801FE
Complementary color
Monochromatic Colors of #E801FE
Black with #E801FE
Text Example
Text Example
White with #E801FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801FE; }
p { color: rgb(232,1,254); }
H1.HeaderClassName
{
color: #E801FE;
}
.AnyTagClassName
{
color: #E801FE;
}
</style>
background-color css
<style>
a { background-color: #E801FE; }
a { background-color: rgb(232,1,254); }
div.DivClassName
{
background-color: #E801FE;
}
.BgClassName
{
background-color: #E801FE;
}
</style>
border-color css
<style>
span { border-color: #E801FE; }
span { border-color: rgb(232,1,254); }
td.TdClassName
{
border-color: #E801FE;
}
.TagClassName
{
border-color: #E801FE;
}
</style>