Html Css Color HEX #E920FA Psychedelic Purple

📋 copy color: '#E920FA'

red 233 ◦ green 32 ◦ blue 250

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

Shades of Psychedelic Purple #E920FA

Tints of Psychedelic Purple #E920FA

RGB

 RED value IS 233 (91.41% from 255) = 45.24%

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

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

R = 45.24%
G = 6.21%
B = 48.54%

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

#E920FA (or 0xE920FA) is known color: Psychedelic Purple. HEX triplet: E9, 20 and FA. RGB value is (233,32,250). Sum of RGB (Red+Green+Blue) = 233+32+250=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #E920FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E920FA is #16DF05. Grayscale: #747474. Windows color (decimal): -1498886 or 16392425. OLE color: 16392425.

HSL color Cylindrical-coordinate representation of color #E920FA: hue angle of 295.32º 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 #E920FA is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 32 250 -
CMYK 0.07 0.87 0 0.02
HSL 295.32º 0.96% 0.55% -
HSV(B) 295.32º 0.87% 0.98% -
XYZ 51.38 25.26 92.61 -
YUV 116.95 203.09 210.77 -
System Red Green Blue C M Y K H S L
Decimal 233 32 250 0.07 0.87 0 0.02 295.32 0.96 0.55
Hex E9 20 FA 7 57 0 2 127 60 37
Octal 351 40 372 7 127 0 2 447 140 67
Binary 11101001 100000 11111010 111 1010111 0 10 100100111 1100000 110111

Color Harmonies of #E920FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E920FA

Black with #E920FA

Text Example


Text Example

White with #E920FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E920FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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