Html Css Color HEX #E332FA Psychedelic Purple

📋 copy color: '#E332FA'

red 227 ◦ green 50 ◦ blue 250

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

Shades of Psychedelic Purple #E332FA

Tints of Psychedelic Purple #E332FA

RGB

 RED value IS 227 (89.06% from 255) = 43.07%

 GREEN value IS 50 (19.92% from 255) = 9.49%

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

R = 43.07%
G = 9.49%
B = 47.44%

CMYK

 C value IS 0.09

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E332FA (or 0xE332FA) is known color: Psychedelic Purple. HEX triplet: E3, 32 and FA. RGB value is (227,50,250). Sum of RGB (Red+Green+Blue) = 227+50+250=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 50 (19.92% from 255 or 9.49% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #E332FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E332FA is #1CCD05. Grayscale: #7D7D7D. Windows color (decimal): -1887494 or 16397027. OLE color: 16397027.

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

Color convert

RGB 227 50 250 -
CMYK 0.09 0.8 0 0.02
HSL 293.1º 0.95% 0.59% -
HSV(B) 293.1º 0.8% 0.98% -
XYZ 50.07 25.51 92.73 -
YUV 125.72 198.14 200.24 -
System Red Green Blue C M Y K H S L
Decimal 227 50 250 0.09 0.8 0 0.02 293.1 0.95 0.59
Hex E3 32 FA 9 50 0 2 125 5F 3B
Octal 343 62 372 11 120 0 2 445 137 73
Binary 11100011 110010 11111010 1001 1010000 0 10 100100101 1011111 111011

Color Harmonies of #E332FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332FA

Black with #E332FA

Text Example


Text Example

White with #E332FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332FA; }

 p { color: rgb(227,50,250); }

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

background-color css

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

 a { background-color: rgb(227,50,250); }

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

border-color css

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

 span { border-color: rgb(227,50,250); }

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