Shades of Psychedelic Purple #E801FC
Tints of Psychedelic Purple #E801FC
RGB
CMYK
RGB Variations
Color information
#E801FC (or 0xE801FC) is known color: Psychedelic Purple. HEX triplet: E8, 01 and FC. RGB value is (232,1,252). Sum of RGB (Red+Green+Blue) = 232+1+252=485 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.84% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #E801FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E801FC is #17FE03. Grayscale: #616161. Windows color (decimal): -1572356 or 16515560. OLE color: 16515560.
HSL color Cylindrical-coordinate representation of color #E801FC: hue angle of 295.22º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801FC is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 1 | 252 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.01 |
| HSL | 295.22º | 0.99% | 0.5% | - |
| HSV(B) | 295.22º | 1% | 0.99% | - |
| XYZ | 50.86 | 24.21 | 94.09 | - |
| YUV | 98.68 | 214.53 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 252 | 0.08 | 1.00 | 0 | 0.01 | 295.22 | 0.99 | 0.5 |
| Hex | E8 | 1 | FC | 8 | 64 | 0 | 1 | 127 | 63 | 32 |
| Octal | 350 | 1 | 374 | 10 | 144 | 0 | 1 | 447 | 143 | 62 |
| Binary | 11101000 | 1 | 11111100 | 1000 | 1100100 | 0 | 1 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E801FC
Complementary color
Monochromatic Colors of #E801FC
Black with #E801FC
Text Example
Text Example
White with #E801FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E801FC; }
p { color: rgb(232,1,252); }
H1.HeaderClassName
{
color: #E801FC;
}
.AnyTagClassName
{
color: #E801FC;
}
</style>
background-color css
<style>
a { background-color: #E801FC; }
a { background-color: rgb(232,1,252); }
div.DivClassName
{
background-color: #E801FC;
}
.BgClassName
{
background-color: #E801FC;
}
</style>
border-color css
<style>
span { border-color: #E801FC; }
span { border-color: rgb(232,1,252); }
td.TdClassName
{
border-color: #E801FC;
}
.TagClassName
{
border-color: #E801FC;
}
</style>