#E834FA

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

Shades of Psychedelic Purple #E834FA

Tints of Psychedelic Purple #E834FA

Color information

#E834FA (or 0xE834FA) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 34 and FA. RGB value is (232,52,250). Sum of RGB (Red+Green+Blue) = 232+52+250=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 52 (20.70% from 255 or 9.74% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #E834FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E834FA is #17CB05. Grayscale: #7F7F7F. Windows color (decimal): -1559302 or 16397544. OLE color: 16397544.

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

Color convert

RGB23252250-
CMYK0.070.7900.02
HSL294.55º95.19%59.22%-
HSV(B)294.55º79.2%98.04%-
XYZ51.7626.5192.83-
YUV128.39196.63201.9-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.45%
GREEN value IS 52 (20.70% from 255) = 9.74%
BLUE value IS 250 (98.05% from 255) = 46.82%
R=43.45%
G=9.74%
B=46.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal232522500.070.7900.02294.5595.1959.22
HexE834FA74F021275f3b
Octal3506437271170244713773
Binary111010001101001111101011110011110101001001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E834FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E834FA; }

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

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

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

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

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

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

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

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