Html Css Color HEX #E329EB Psychedelic Purple

📋 copy color: '#E329EB'

red 227 ◦ green 41 ◦ blue 235

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

Shades of Psychedelic Purple #E329EB

Tints of Psychedelic Purple #E329EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.72%

R = 45.13%
G = 8.15%
B = 46.72%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E329EB (or 0xE329EB) is known color: Psychedelic Purple. HEX triplet: E3, 29 and EB. RGB value is (227,41,235). Sum of RGB (Red+Green+Blue) = 227+41+235=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #E329EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E329EB is #1CD614. Grayscale: #767676. Windows color (decimal): -1889813 or 15411683. OLE color: 15411683.

HSL color Cylindrical-coordinate representation of color #E329EB: hue angle of 297.53º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E329EB is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 41 235 -
CMYK 0.03 0.83 0 0.08
HSL 297.53º 0.83% 0.54% -
HSV(B) 297.53º 0.83% 0.92% -
XYZ 47.47 23.91 80.71 -
YUV 118.73 193.62 205.23 -
System Red Green Blue C M Y K H S L
Decimal 227 41 235 0.03 0.83 0 0.08 297.53 0.83 0.54
Hex E3 29 EB 3 53 0 8 12A 53 36
Octal 343 51 353 3 123 0 10 452 123 66
Binary 11100011 101001 11101011 11 1010011 0 1000 100101010 1010011 110110

Color Harmonies of #E329EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329EB

Black with #E329EB

Text Example


Text Example

White with #E329EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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