Shades of Psychedelic Purple #E900FE
Tints of Psychedelic Purple #E900FE
RGB
CMYK
RGB Variations
Color information
#E900FE (or 0xE900FE) is known color: Psychedelic Purple. HEX triplet: E9, 00 and FE. RGB value is (233,0,254). Sum of RGB (Red+Green+Blue) = 233+0+254=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 0 (0.39% from 255 or 0% 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 #E900FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900FE is #16FF01. Grayscale: #616161. Windows color (decimal): -1507074 or 16646377. OLE color: 16646377.
HSL color Cylindrical-coordinate representation of color #E900FE: hue angle of 295.04º 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 #E900FE is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 233 | 0 | 254 | - |
| CMYK | 0.08 | 1 | 0 | 0.00 |
| HSL | 295.04º | 1% | 0.5% | - |
| HSV(B) | 295.04º | 1% | 1% | - |
| XYZ | 51.49 | 24.48 | 95.78 | - |
| YUV | 98.62 | 215.69 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 254 | 0.08 | 1 | 0 | 0.00 | 295.04 | 1 | 0.5 |
| Hex | E9 | 0 | FE | 8 | 64 | 0 | 0 | 127 | 64 | 32 |
| Octal | 351 | 0 | 376 | 10 | 144 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101001 | 0 | 11111110 | 1000 | 1100100 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #E900FE
Complementary color
Monochromatic Colors of #E900FE
Black with #E900FE
Text Example
Text Example
White with #E900FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900FE; }
p { color: rgb(233,0,254); }
H1.HeaderClassName
{
color: #E900FE;
}
.AnyTagClassName
{
color: #E900FE;
}
</style>
background-color css
<style>
a { background-color: #E900FE; }
a { background-color: rgb(233,0,254); }
div.DivClassName
{
background-color: #E900FE;
}
.BgClassName
{
background-color: #E900FE;
}
</style>
border-color css
<style>
span { border-color: #E900FE; }
span { border-color: rgb(233,0,254); }
td.TdClassName
{
border-color: #E900FE;
}
.TagClassName
{
border-color: #E900FE;
}
</style>