Html Css Color HEX #E328FA Psychedelic Purple

📋 copy color: '#E328FA'

red 227 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #E328FA

Tints of Psychedelic Purple #E328FA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.74%

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

R = 43.91%
G = 7.74%
B = 48.36%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E328FA (or 0xE328FA) is known color: Psychedelic Purple. HEX triplet: E3, 28 and FA. RGB value is (227,40,250). Sum of RGB (Red+Green+Blue) = 227+40+250=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 40 (16.02% from 255 or 7.74% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #E328FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E328FA is #1CD705. Grayscale: #777777. Windows color (decimal): -1890054 or 16394467. OLE color: 16394467.

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

Color convert

RGB 227 40 250 -
CMYK 0.09 0.84 0 0.02
HSL 293.43º 0.95% 0.57% -
HSV(B) 293.43º 0.84% 0.98% -
XYZ 49.69 24.75 92.6 -
YUV 119.85 201.45 204.42 -
System Red Green Blue C M Y K H S L
Decimal 227 40 250 0.09 0.84 0 0.02 293.43 0.95 0.57
Hex E3 28 FA 9 54 0 2 125 5F 39
Octal 343 50 372 11 124 0 2 445 137 71
Binary 11100011 101000 11111010 1001 1010100 0 10 100100101 1011111 111001

Color Harmonies of #E328FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E328FA

Black with #E328FA

Text Example


Text Example

White with #E328FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E328FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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