Shades of Psychedelic Purple #E901FC
Tints of Psychedelic Purple #E901FC
RGB
CMYK
RGB Variations
Color information
#E901FC (or 0xE901FC) is known color: Psychedelic Purple. HEX triplet: E9, 01 and FC. RGB value is (233,1,252). Sum of RGB (Red+Green+Blue) = 233+1+252=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #E901FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E901FC is #16FE03. Grayscale: #626262. Windows color (decimal): -1506820 or 16515561. OLE color: 16515561.
HSL color Cylindrical-coordinate representation of color #E901FC: hue angle of 295.46º 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 #E901FC is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 1 | 252 | - |
| CMYK | 0.08 | 1.00 | 0 | 0.01 |
| HSL | 295.46º | 0.99% | 0.5% | - |
| HSV(B) | 295.46º | 1% | 0.99% | - |
| XYZ | 51.19 | 24.37 | 94.1 | - |
| YUV | 98.98 | 214.36 | 223.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 252 | 0.08 | 1.00 | 0 | 0.01 | 295.46 | 0.99 | 0.5 |
| Hex | E9 | 1 | FC | 8 | 64 | 0 | 1 | 127 | 63 | 32 |
| Octal | 351 | 1 | 374 | 10 | 144 | 0 | 1 | 447 | 143 | 62 |
| Binary | 11101001 | 1 | 11111100 | 1000 | 1100100 | 0 | 1 | 100100111 | 1100011 | 110010 |
Color Harmonies of #E901FC
Complementary color
Monochromatic Colors of #E901FC
Black with #E901FC
Text Example
Text Example
White with #E901FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901FC; }
p { color: rgb(233,1,252); }
H1.HeaderClassName
{
color: #E901FC;
}
.AnyTagClassName
{
color: #E901FC;
}
</style>
background-color css
<style>
a { background-color: #E901FC; }
a { background-color: rgb(233,1,252); }
div.DivClassName
{
background-color: #E901FC;
}
.BgClassName
{
background-color: #E901FC;
}
</style>
border-color css
<style>
span { border-color: #E901FC; }
span { border-color: rgb(233,1,252); }
td.TdClassName
{
border-color: #E901FC;
}
.TagClassName
{
border-color: #E901FC;
}
</style>