Shades of Psychedelic Purple #E80FFE
Tints of Psychedelic Purple #E80FFE
RGB
CMYK
RGB Variations
Color information
#E80FFE (or 0xE80FFE) is known color: Psychedelic Purple. HEX triplet: E8, 0F and FE. RGB value is (232,15,254). Sum of RGB (Red+Green+Blue) = 232+15+254=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #E80FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FFE is #17F001. Grayscale: #6A6A6A. Windows color (decimal): -1568770 or 16650216. OLE color: 16650216.
HSL color Cylindrical-coordinate representation of color #E80FFE: hue angle of 294.48º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80FFE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 232 | 15 | 254 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.00 |
| HSL | 294.48º | 0.99% | 0.53% | - |
| HSV(B) | 294.48º | 0.94% | 1% | - |
| XYZ | 51.34 | 24.65 | 95.82 | - |
| YUV | 107.13 | 210.89 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 254 | 0.09 | 0.94 | 0 | 0.00 | 294.48 | 0.99 | 0.53 |
| Hex | E8 | F | FE | 9 | 5E | 0 | 0 | 126 | 63 | 35 |
| Octal | 350 | 17 | 376 | 11 | 136 | 0 | 0 | 446 | 143 | 65 |
| Binary | 11101000 | 1111 | 11111110 | 1001 | 1011110 | 0 | 0 | 100100110 | 1100011 | 110101 |
Color Harmonies of #E80FFE
Complementary color
Monochromatic Colors of #E80FFE
Black with #E80FFE
Text Example
Text Example
White with #E80FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FFE; }
p { color: rgb(232,15,254); }
H1.HeaderClassName
{
color: #E80FFE;
}
.AnyTagClassName
{
color: #E80FFE;
}
</style>
background-color css
<style>
a { background-color: #E80FFE; }
a { background-color: rgb(232,15,254); }
div.DivClassName
{
background-color: #E80FFE;
}
.BgClassName
{
background-color: #E80FFE;
}
</style>
border-color css
<style>
span { border-color: #E80FFE; }
span { border-color: rgb(232,15,254); }
td.TdClassName
{
border-color: #E80FFE;
}
.TagClassName
{
border-color: #E80FFE;
}
</style>