Html Css Color HEX #E820FA Psychedelic Purple

📋 copy color: '#E820FA'

red 232 ◦ green 32 ◦ blue 250

#E820FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E820FA

Tints of Psychedelic Purple #E820FA

RGB

 RED value IS 232 (91.02% from 255) = 45.14%

 GREEN value IS 32 (12.89% from 255) = 6.23%

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 45.14%
G = 6.23%
B = 48.64%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E820FA (or 0xE820FA) is known color: Psychedelic Purple. HEX triplet: E8, 20 and FA. RGB value is (232,32,250). Sum of RGB (Red+Green+Blue) = 232+32+250=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 32 (12.89% from 255 or 6.23% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #E820FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E820FA is #17DF05. Grayscale: #737373. Windows color (decimal): -1564422 or 16392424. OLE color: 16392424.

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

Color convert

RGB 232 32 250 -
CMYK 0.07 0.87 0 0.02
HSL 295.05º 0.96% 0.55% -
HSV(B) 295.05º 0.87% 0.98% -
XYZ 51.05 25.09 92.59 -
YUV 116.65 203.26 210.27 -
System Red Green Blue C M Y K H S L
Decimal 232 32 250 0.07 0.87 0 0.02 295.05 0.96 0.55
Hex E8 20 FA 7 57 0 2 127 60 37
Octal 350 40 372 7 127 0 2 447 140 67
Binary 11101000 100000 11111010 111 1010111 0 10 100100111 1100000 110111

Color Harmonies of #E820FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E820FA

Black with #E820FA

Text Example


Text Example

White with #E820FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E820FA; }

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

 H1.HeaderClassName
 {
   color: #E820FA;
 }
 .AnyTagClassName
 {
   color: #E820FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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