Html Css Color HEX #E329FC Psychedelic Purple

📋 copy color: '#E329FC'

red 227 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #E329FC

Tints of Psychedelic Purple #E329FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 43.65%
G = 7.88%
B = 48.46%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E329FC (or 0xE329FC) is known color: Psychedelic Purple. HEX triplet: E3, 29 and FC. RGB value is (227,41,252). Sum of RGB (Red+Green+Blue) = 227+41+252=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 41 (16.41% from 255 or 7.88% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #E329FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E329FC is #1CD603. Grayscale: #787878. Windows color (decimal): -1889796 or 16525795. OLE color: 16525795.

HSL color Cylindrical-coordinate representation of color #E329FC: hue angle of 292.89º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E329FC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 41 252 -
CMYK 0.10 0.84 0 0.01
HSL 292.89º 0.97% 0.57% -
HSV(B) 292.89º 0.84% 0.99% -
XYZ 50.04 24.95 94.27 -
YUV 120.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 227 41 252 0.10 0.84 0 0.01 292.89 0.97 0.57
Hex E3 29 FC A 54 0 1 125 61 39
Octal 343 51 374 12 124 0 1 445 141 71
Binary 11100011 101001 11111100 1010 1010100 0 1 100100101 1100001 111001

Color Harmonies of #E329FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329FC

Black with #E329FC

Text Example


Text Example

White with #E329FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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