Html Css Color HEX #E32EFA Psychedelic Purple

📋 copy color: '#E32EFA'

red 227 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #E32EFA

Tints of Psychedelic Purple #E32EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.8%

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

R = 43.4%
G = 8.8%
B = 47.8%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E32EFA (or 0xE32EFA) is known color: Psychedelic Purple. HEX triplet: E3, 2E and FA. RGB value is (227,46,250). Sum of RGB (Red+Green+Blue) = 227+46+250=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 46 (18.36% from 255 or 8.80% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #E32EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EFA is #1CD105. Grayscale: #7A7A7A. Windows color (decimal): -1888518 or 16396003. OLE color: 16396003.

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

Color convert

RGB 227 46 250 -
CMYK 0.09 0.82 0 0.02
HSL 293.24º 0.95% 0.58% -
HSV(B) 293.24º 0.82% 0.98% -
XYZ 49.91 25.19 92.67 -
YUV 123.38 199.47 201.91 -
System Red Green Blue C M Y K H S L
Decimal 227 46 250 0.09 0.82 0 0.02 293.24 0.95 0.58
Hex E3 2E FA 9 52 0 2 125 5F 3A
Octal 343 56 372 11 122 0 2 445 137 72
Binary 11100011 101110 11111010 1001 1010010 0 10 100100101 1011111 111010

Color Harmonies of #E32EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EFA

Black with #E32EFA

Text Example


Text Example

White with #E32EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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