Shades of Psychedelic Purple #E80FFA
Tints of Psychedelic Purple #E80FFA
RGB
CMYK
RGB Variations
Color information
#E80FFA (or 0xE80FFA) is known color: Psychedelic Purple. HEX triplet: E8, 0F and FA. RGB value is (232,15,250). Sum of RGB (Red+Green+Blue) = 232+15+250=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #E80FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FFA is #17F005. Grayscale: #696969. Windows color (decimal): -1568774 or 16388072. OLE color: 16388072.
HSL color Cylindrical-coordinate representation of color #E80FFA: hue angle of 295.4º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80FFA is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 15 | 250 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.02 |
| HSL | 295.4º | 0.96% | 0.52% | - |
| HSV(B) | 295.4º | 0.94% | 0.98% | - |
| XYZ | 50.7 | 24.4 | 92.48 | - |
| YUV | 106.67 | 208.89 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 250 | 0.07 | 0.94 | 0 | 0.02 | 295.4 | 0.96 | 0.52 |
| Hex | E8 | F | FA | 7 | 5E | 0 | 2 | 127 | 60 | 34 |
| Octal | 350 | 17 | 372 | 7 | 136 | 0 | 2 | 447 | 140 | 64 |
| Binary | 11101000 | 1111 | 11111010 | 111 | 1011110 | 0 | 10 | 100100111 | 1100000 | 110100 |
Color Harmonies of #E80FFA
Complementary color
Monochromatic Colors of #E80FFA
Black with #E80FFA
Text Example
Text Example
White with #E80FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80FFA; }
p { color: rgb(232,15,250); }
H1.HeaderClassName
{
color: #E80FFA;
}
.AnyTagClassName
{
color: #E80FFA;
}
</style>
background-color css
<style>
a { background-color: #E80FFA; }
a { background-color: rgb(232,15,250); }
div.DivClassName
{
background-color: #E80FFA;
}
.BgClassName
{
background-color: #E80FFA;
}
</style>
border-color css
<style>
span { border-color: #E80FFA; }
span { border-color: rgb(232,15,250); }
td.TdClassName
{
border-color: #E80FFA;
}
.TagClassName
{
border-color: #E80FFA;
}
</style>