Html Css Color HEX #E329FA Psychedelic Purple

📋 copy color: '#E329FA'

red 227 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #E329FA

Tints of Psychedelic Purple #E329FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.92%

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

R = 43.82%
G = 7.92%
B = 48.26%

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

#E329FA (or 0xE329FA) is known color: Psychedelic Purple. HEX triplet: E3, 29 and FA. RGB value is (227,41,250). Sum of RGB (Red+Green+Blue) = 227+41+250=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #E329FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E329FA is #1CD605. Grayscale: #777777. Windows color (decimal): -1889798 or 16394723. OLE color: 16394723.

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

Color convert

RGB 227 41 250 -
CMYK 0.09 0.84 0 0.02
HSL 293.4º 0.95% 0.57% -
HSV(B) 293.4º 0.84% 0.98% -
XYZ 49.73 24.82 92.61 -
YUV 120.44 201.12 204.01 -
System Red Green Blue C M Y K H S L
Decimal 227 41 250 0.09 0.84 0 0.02 293.4 0.95 0.57
Hex E3 29 FA 9 54 0 2 125 5F 39
Octal 343 51 372 11 124 0 2 445 137 71
Binary 11100011 101001 11111010 1001 1010100 0 10 100100101 1011111 111001

Color Harmonies of #E329FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329FA

Black with #E329FA

Text Example


Text Example

White with #E329FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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