Html Css Color HEX #E332FF Psychedelic Purple

📋 copy color: '#E332FF'

red 227 ◦ green 50 ◦ blue 255

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

Shades of Psychedelic Purple #E332FF

Tints of Psychedelic Purple #E332FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.93%

R = 42.67%
G = 9.4%
B = 47.93%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E332FF (or 0xE332FF) is known color: Psychedelic Purple. HEX triplet: E3, 32 and FF. RGB value is (227,50,255). Sum of RGB (Red+Green+Blue) = 227+50+255=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 50 (19.92% from 255 or 9.40% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #E332FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E332FF is #1CCD00. Grayscale: #7D7D7D. Windows color (decimal): -1887489 or 16724707. OLE color: 16724707.

HSL color Cylindrical-coordinate representation of color #E332FF: hue angle of 291.8º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E332FF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 50 255 -
CMYK 0.11 0.80 0 0
HSL 291.8º 1% 0.6% -
HSV(B) 291.8º 0.8% 1% -
XYZ 50.87 25.83 96.91 -
YUV 126.29 200.64 199.83 -
System Red Green Blue C M Y K H S L
Decimal 227 50 255 0.11 0.80 0 0 291.8 1 0.6
Hex E3 32 FF B 50 0 0 124 64 3C
Octal 343 62 377 13 120 0 0 444 144 74
Binary 11100011 110010 11111111 1011 1010000 0 0 100100100 1100100 111100

Color Harmonies of #E332FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E332FF

Black with #E332FF

Text Example


Text Example

White with #E332FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E332FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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