#E80FFA

Color #E80FFA Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E80FFA

Tints of Psychedelic Purple #E80FFA

Color information

#E80FFA (or 0xE80FFA) is unknown color: approx 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

RGB23215250-
CMYK0.070.9400.02
HSL295.4º95.92%51.96%-
HSV(B)295.4º94%98.04%-
XYZ50.724.492.48-
YUV106.67208.89217.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 46.68%
GREEN value IS 15 (6.25% from 255) = 3.02%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=46.68%
G=3.02%
B=50.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232152500.070.9400.02295.495.9251.96
HexE8FFA75E021276034
Octal3501737271360244714064
Binary1110100011111111101011110111100101001001111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>