Html Css Color HEX #E32EED Psychedelic Purple

📋 copy color: '#E32EED'

red 227 ◦ green 46 ◦ blue 237

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

Shades of Psychedelic Purple #E32EED

Tints of Psychedelic Purple #E32EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 44.51%
G = 9.02%
B = 46.47%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E32EED (or 0xE32EED) is known color: Psychedelic Purple. HEX triplet: E3, 2E and ED. RGB value is (227,46,237). Sum of RGB (Red+Green+Blue) = 227+46+237=510 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.51% from 510); Green value is 46 (18.36% from 255 or 9.02% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #E32EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EED is #1CD112. Grayscale: #797979. Windows color (decimal): -1888531 or 15544035. OLE color: 15544035.

HSL color Cylindrical-coordinate representation of color #E32EED: hue angle of 296.86º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32EED is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 46 237 -
CMYK 0.04 0.81 0 0.07
HSL 296.86º 0.84% 0.55% -
HSV(B) 296.86º 0.81% 0.93% -
XYZ 47.94 24.4 82.3 -
YUV 121.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 227 46 237 0.04 0.81 0 0.07 296.86 0.84 0.55
Hex E3 2E ED 4 51 0 7 129 54 37
Octal 343 56 355 4 121 0 7 451 124 67
Binary 11100011 101110 11101101 100 1010001 0 111 100101001 1010100 110111

Color Harmonies of #E32EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EED

Black with #E32EED

Text Example


Text Example

White with #E32EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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