Shades of Psychedelic Purple #E807FA
Tints of Psychedelic Purple #E807FA
RGB
CMYK
RGB Variations
Color information
#E807FA (or 0xE807FA) is known color: Psychedelic Purple. HEX triplet: E8, 07 and FA. RGB value is (232,7,250). Sum of RGB (Red+Green+Blue) = 232+7+250=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 7 (3.12% from 255 or 1.43% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #E807FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E807FA is #17F805. Grayscale: #656565. Windows color (decimal): -1570822 or 16386024. OLE color: 16386024.
HSL color Cylindrical-coordinate representation of color #E807FA: hue angle of 295.56º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E807FA is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 7 | 250 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.02 |
| HSL | 295.56º | 0.96% | 0.5% | - |
| HSV(B) | 295.56º | 0.97% | 0.98% | - |
| XYZ | 50.61 | 24.21 | 92.45 | - |
| YUV | 101.98 | 211.54 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 250 | 0.07 | 0.97 | 0 | 0.02 | 295.56 | 0.96 | 0.5 |
| Hex | E8 | 7 | FA | 7 | 61 | 0 | 2 | 128 | 60 | 32 |
| Octal | 350 | 7 | 372 | 7 | 141 | 0 | 2 | 450 | 140 | 62 |
| Binary | 11101000 | 111 | 11111010 | 111 | 1100001 | 0 | 10 | 100101000 | 1100000 | 110010 |
Color Harmonies of #E807FA
Complementary color
Monochromatic Colors of #E807FA
Black with #E807FA
Text Example
Text Example
White with #E807FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E807FA; }
p { color: rgb(232,7,250); }
H1.HeaderClassName
{
color: #E807FA;
}
.AnyTagClassName
{
color: #E807FA;
}
</style>
background-color css
<style>
a { background-color: #E807FA; }
a { background-color: rgb(232,7,250); }
div.DivClassName
{
background-color: #E807FA;
}
.BgClassName
{
background-color: #E807FA;
}
</style>
border-color css
<style>
span { border-color: #E807FA; }
span { border-color: rgb(232,7,250); }
td.TdClassName
{
border-color: #E807FA;
}
.TagClassName
{
border-color: #E807FA;
}
</style>