Html Css Color HEX #E32EF7 Psychedelic Purple

📋 copy color: '#E32EF7'

red 227 ◦ green 46 ◦ blue 247

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

Shades of Psychedelic Purple #E32EF7

Tints of Psychedelic Purple #E32EF7

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.85%

 BLUE value IS 247 (96.88% from 255) = 47.5%

R = 43.65%
G = 8.85%
B = 47.5%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E32EF7 (or 0xE32EF7) is known color: Psychedelic Purple. HEX triplet: E3, 2E and F7. RGB value is (227,46,247). Sum of RGB (Red+Green+Blue) = 227+46+247=520 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.65% from 520); Green value is 46 (18.36% from 255 or 8.85% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #E32EF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EF7 is #1CD108. Grayscale: #7A7A7A. Windows color (decimal): -1888521 or 16199395. OLE color: 16199395.

HSL color Cylindrical-coordinate representation of color #E32EF7: hue angle of 294.03º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32EF7 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 227 46 247 -
CMYK 0.08 0.81 0 0.03
HSL 294.03º 0.93% 0.57% -
HSV(B) 294.03º 0.81% 0.97% -
XYZ 49.44 25 90.22 -
YUV 123.03 197.97 202.16 -
System Red Green Blue C M Y K H S L
Decimal 227 46 247 0.08 0.81 0 0.03 294.03 0.93 0.57
Hex E3 2E F7 8 51 0 3 126 5D 39
Octal 343 56 367 10 121 0 3 446 135 71
Binary 11100011 101110 11110111 1000 1010001 0 11 100100110 1011101 111001

Color Harmonies of #E32EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EF7

Black with #E32EF7

Text Example


Text Example

White with #E32EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EF7; }

 p { color: rgb(227,46,247); }

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

background-color css

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

 a { background-color: rgb(227,46,247); }

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

border-color css

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

 span { border-color: rgb(227,46,247); }

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