Html Css Color HEX #E329EF Psychedelic Purple

📋 copy color: '#E329EF'

red 227 ◦ green 41 ◦ blue 239

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

Shades of Psychedelic Purple #E329EF

Tints of Psychedelic Purple #E329EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 44.77%
G = 8.09%
B = 47.14%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E329EF (or 0xE329EF) is known color: Psychedelic Purple. HEX triplet: E3, 29 and EF. RGB value is (227,41,239). Sum of RGB (Red+Green+Blue) = 227+41+239=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 41 (16.41% from 255 or 8.09% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #E329EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E329EF is #1CD610. Grayscale: #767676. Windows color (decimal): -1889809 or 15673827. OLE color: 15673827.

HSL color Cylindrical-coordinate representation of color #E329EF: hue angle of 296.36º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E329EF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 227 41 239 -
CMYK 0.05 0.83 0 0.06
HSL 296.36º 0.86% 0.55% -
HSV(B) 296.36º 0.83% 0.94% -
XYZ 48.05 24.15 83.79 -
YUV 119.19 195.62 204.9 -
System Red Green Blue C M Y K H S L
Decimal 227 41 239 0.05 0.83 0 0.06 296.36 0.86 0.55
Hex E3 29 EF 5 53 0 6 128 56 37
Octal 343 51 357 5 123 0 6 450 126 67
Binary 11100011 101001 11101111 101 1010011 0 110 100101000 1010110 110111

Color Harmonies of #E329EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E329EF

Black with #E329EF

Text Example


Text Example

White with #E329EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E329EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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