Shades of Psychedelic Purple #E80FFF
Tints of Psychedelic Purple #E80FFF
RGB
CMYK
RGB Variations
Color information
#E80FFF (or 0xE80FFF) is known color: Psychedelic Purple. HEX triplet: E8, 0F and FF. RGB value is (232,15,255). Sum of RGB (Red+Green+Blue) = 232+15+255=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 15 (6.25% from 255 or 2.99% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #E80FFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FFF is #17F000. Grayscale: #6A6A6A. Windows color (decimal): -1568769 or 16715752. OLE color: 16715752.
HSL color Cylindrical-coordinate representation of color #E80FFF: hue angle of 294.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80FFF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 15 | 255 | - |
| CMYK | 0.09 | 0.94 | 0 | 0 |
| HSL | 294.25º | 1% | 0.53% | - |
| HSV(B) | 294.25º | 0.94% | 1% | - |
| XYZ | 51.5 | 24.72 | 96.66 | - |
| YUV | 107.24 | 211.39 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 255 | 0.09 | 0.94 | 0 | 0 | 294.25 | 1 | 0.53 |
| Hex | E8 | F | FF | 9 | 5E | 0 | 0 | 126 | 64 | 35 |
| Octal | 350 | 17 | 377 | 11 | 136 | 0 | 0 | 446 | 144 | 65 |
| Binary | 11101000 | 1111 | 11111111 | 1001 | 1011110 | 0 | 0 | 100100110 | 1100100 | 110101 |
Color Harmonies of #E80FFF
Complementary color
Monochromatic Colors of #E80FFF
Black with #E80FFF
Text Example
Text Example
White with #E80FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FFF; }
p { color: rgb(232,15,255); }
H1.HeaderClassName
{
color: #E80FFF;
}
.AnyTagClassName
{
color: #E80FFF;
}
</style>
background-color css
<style>
a { background-color: #E80FFF; }
a { background-color: rgb(232,15,255); }
div.DivClassName
{
background-color: #E80FFF;
}
.BgClassName
{
background-color: #E80FFF;
}
</style>
border-color css
<style>
span { border-color: #E80FFF; }
span { border-color: rgb(232,15,255); }
td.TdClassName
{
border-color: #E80FFF;
}
.TagClassName
{
border-color: #E80FFF;
}
</style>