Shades of Psychedelic Purple #E901FF
Tints of Psychedelic Purple #E901FF
RGB
CMYK
RGB Variations
Color information
#E901FF (or 0xE901FF) is known color: Psychedelic Purple. HEX triplet: E9, 01 and FF. RGB value is (233,1,255). Sum of RGB (Red+Green+Blue) = 233+1+255=489 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.65% from 489); Green value is 1 (0.78% from 255 or 0.20% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #E901FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E901FF is #16FE00. Grayscale: #626262. Windows color (decimal): -1506817 or 16712169. OLE color: 16712169.
HSL color Cylindrical-coordinate representation of color #E901FF: 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 #E901FF is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 1 | 255 | - |
| CMYK | 0.09 | 1.00 | 0 | 0 |
| HSL | 294.8º | 1% | 0.5% | - |
| HSV(B) | 294.8º | 1% | 1% | - |
| XYZ | 51.67 | 24.57 | 96.63 | - |
| YUV | 99.32 | 215.86 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 255 | 0.09 | 1.00 | 0 | 0 | 294.8 | 1 | 0.5 |
| Hex | E9 | 1 | FF | 9 | 64 | 0 | 0 | 127 | 64 | 32 |
| Octal | 351 | 1 | 377 | 11 | 144 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101001 | 1 | 11111111 | 1001 | 1100100 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #E901FF
Complementary color
Monochromatic Colors of #E901FF
Black with #E901FF
Text Example
Text Example
White with #E901FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E901FF; }
p { color: rgb(233,1,255); }
H1.HeaderClassName
{
color: #E901FF;
}
.AnyTagClassName
{
color: #E901FF;
}
</style>
background-color css
<style>
a { background-color: #E901FF; }
a { background-color: rgb(233,1,255); }
div.DivClassName
{
background-color: #E901FF;
}
.BgClassName
{
background-color: #E901FF;
}
</style>
border-color css
<style>
span { border-color: #E901FF; }
span { border-color: rgb(233,1,255); }
td.TdClassName
{
border-color: #E901FF;
}
.TagClassName
{
border-color: #E901FF;
}
</style>