#E82FFA

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

Shades of Psychedelic Purple #E82FFA

Tints of Psychedelic Purple #E82FFA

Color information

#E82FFA (or 0xE82FFA) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 2F and FA. RGB value is (232,47,250). Sum of RGB (Red+Green+Blue) = 232+47+250=529 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.86% from 529); Green value is 47 (18.75% from 255 or 8.88% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #E82FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E82FFA is #17D005. Grayscale: #7C7C7C. Windows color (decimal): -1560582 or 16396264. OLE color: 16396264.

HSL color Cylindrical-coordinate representation of color #E82FFA: hue angle of 294.68º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82FFA is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23247250-
CMYK0.070.8100.02
HSL294.68º95.31%58.24%-
HSV(B)294.68º81.2%98.04%-
XYZ51.5526.0992.76-
YUV125.46198.29203.99-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.86%
GREEN value IS 47 (18.75% from 255) = 8.88%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=43.86%
G=8.88%
B=47.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232472500.070.8100.02294.6895.3158.24
HexE82FFA751021275f3a
Octal3505737271210244713772
Binary111010001011111111101011110100010101001001111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E82FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E82FFA; }

 p { color: rgb(232,47,250); }

 H1.HeaderClassName
 {
   color: #E82FFA;
 }
 .AnyTagClassName
 {
   color: #E82FFA;
 }
</style>
background-color css

<style>
 a { background-color: #E82FFA; }

 a { background-color: rgb(232,47,250); }

 div.DivClassName
 {
   background-color: #E82FFA;
 }
 .BgClassName
 {
   background-color: #E82FFA;
 }
</style>
border-color css

<style>
 span { border-color: #E82FFA; }

 span { border-color: rgb(232,47,250); }

 td.TdClassName
 {
   border-color: #E82FFA;
 }
 .TagClassName
 {
   border-color: #E82FFA;
 }
</style>