Html Css Color HEX #E329FB Psychedelic Purple

📋 copy color: '#E329FB'

red 227 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #E329FB

Tints of Psychedelic Purple #E329FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 43.74%
G = 7.9%
B = 48.36%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E329FB (or 0xE329FB) is known color: Psychedelic Purple. HEX triplet: E3, 29 and FB. RGB value is (227,41,251). Sum of RGB (Red+Green+Blue) = 227+41+251=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 41 (16.41% from 255 or 7.90% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #E329FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E329FB is #1CD604. Grayscale: #777777. Windows color (decimal): -1889797 or 16460259. OLE color: 16460259.

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

Color convert

RGB 227 41 251 -
CMYK 0.10 0.84 0 0.02
HSL 293.14º 0.96% 0.57% -
HSV(B) 293.14º 0.84% 0.98% -
XYZ 49.88 24.88 93.44 -
YUV 120.55 201.62 203.92 -
System Red Green Blue C M Y K H S L
Decimal 227 41 251 0.10 0.84 0 0.02 293.14 0.96 0.57
Hex E3 29 FB A 54 0 2 125 60 39
Octal 343 51 373 12 124 0 2 445 140 71
Binary 11100011 101001 11111011 1010 1010100 0 10 100100101 1100000 111001

Color Harmonies of #E329FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329FB

Black with #E329FB

Text Example


Text Example

White with #E329FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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