Shades of Psychedelic Purple #E800FA
Tints of Psychedelic Purple #E800FA
RGB
CMYK
RGB Variations
Color information
#E800FA (or 0xE800FA) is known color: Psychedelic Purple. HEX triplet: E8, 00 and FA. RGB value is (232,0,250). Sum of RGB (Red+Green+Blue) = 232+0+250=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 0 (0.39% from 255 or 0% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #E800FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800FA is #17FF05. Grayscale: #616161. Windows color (decimal): -1572614 or 16384232. OLE color: 16384232.
HSL color Cylindrical-coordinate representation of color #E800FA: hue angle of 295.68º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800FA is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 0 | 250 | - |
| CMYK | 0.07 | 1 | 0 | 0.02 |
| HSL | 295.68º | 1% | 0.49% | - |
| HSV(B) | 295.68º | 1% | 0.98% | - |
| XYZ | 50.53 | 24.06 | 92.42 | - |
| YUV | 97.87 | 213.86 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 250 | 0.07 | 1 | 0 | 0.02 | 295.68 | 1 | 0.49 |
| Hex | E8 | 0 | FA | 7 | 64 | 0 | 2 | 128 | 64 | 31 |
| Octal | 350 | 0 | 372 | 7 | 144 | 0 | 2 | 450 | 144 | 61 |
| Binary | 11101000 | 0 | 11111010 | 111 | 1100100 | 0 | 10 | 100101000 | 1100100 | 110001 |
Color Harmonies of #E800FA
Complementary color
Monochromatic Colors of #E800FA
Black with #E800FA
Text Example
Text Example
White with #E800FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800FA; }
p { color: rgb(232,0,250); }
H1.HeaderClassName
{
color: #E800FA;
}
.AnyTagClassName
{
color: #E800FA;
}
</style>
background-color css
<style>
a { background-color: #E800FA; }
a { background-color: rgb(232,0,250); }
div.DivClassName
{
background-color: #E800FA;
}
.BgClassName
{
background-color: #E800FA;
}
</style>
border-color css
<style>
span { border-color: #E800FA; }
span { border-color: rgb(232,0,250); }
td.TdClassName
{
border-color: #E800FA;
}
.TagClassName
{
border-color: #E800FA;
}
</style>