Shades of Psychedelic Purple #E800F9
Tints of Psychedelic Purple #E800F9
RGB
CMYK
RGB Variations
Color information
#E800F9 (or 0xE800F9) is known color: Psychedelic Purple. HEX triplet: E8, 00 and F9. RGB value is (232,0,249). Sum of RGB (Red+Green+Blue) = 232+0+249=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #E800F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E800F9 is #17FF06. Grayscale: #606060. Windows color (decimal): -1572615 or 16318696. OLE color: 16318696.
HSL color Cylindrical-coordinate representation of color #E800F9: hue angle of 295.9º 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 #E800F9 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 0 | 249 | - |
| CMYK | 0.07 | 1 | 0 | 0.02 |
| HSL | 295.9º | 1% | 0.49% | - |
| HSV(B) | 295.9º | 1% | 0.98% | - |
| XYZ | 50.38 | 24 | 91.6 | - |
| YUV | 97.75 | 213.36 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 249 | 0.07 | 1 | 0 | 0.02 | 295.9 | 1 | 0.49 |
| Hex | E8 | 0 | F9 | 7 | 64 | 0 | 2 | 128 | 64 | 31 |
| Octal | 350 | 0 | 371 | 7 | 144 | 0 | 2 | 450 | 144 | 61 |
| Binary | 11101000 | 0 | 11111001 | 111 | 1100100 | 0 | 10 | 100101000 | 1100100 | 110001 |
Color Harmonies of #E800F9
Complementary color
Monochromatic Colors of #E800F9
Black with #E800F9
Text Example
Text Example
White with #E800F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E800F9; }
p { color: rgb(232,0,249); }
H1.HeaderClassName
{
color: #E800F9;
}
.AnyTagClassName
{
color: #E800F9;
}
</style>
background-color css
<style>
a { background-color: #E800F9; }
a { background-color: rgb(232,0,249); }
div.DivClassName
{
background-color: #E800F9;
}
.BgClassName
{
background-color: #E800F9;
}
</style>
border-color css
<style>
span { border-color: #E800F9; }
span { border-color: rgb(232,0,249); }
td.TdClassName
{
border-color: #E800F9;
}
.TagClassName
{
border-color: #E800F9;
}
</style>