Html Css Color HEX #E32EEF Psychedelic Purple

📋 copy color: '#E32EEF'

red 227 ◦ green 46 ◦ blue 239

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

Shades of Psychedelic Purple #E32EEF

Tints of Psychedelic Purple #E32EEF

RGB

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

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

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

R = 44.34%
G = 8.98%
B = 46.68%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E32EEF (or 0xE32EEF) is known color: Psychedelic Purple. HEX triplet: E3, 2E and EF. RGB value is (227,46,239). Sum of RGB (Red+Green+Blue) = 227+46+239=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 46 (18.36% from 255 or 8.98% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #E32EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EEF is #1CD110. Grayscale: #797979. Windows color (decimal): -1888529 or 15675107. OLE color: 15675107.

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

Color convert

RGB 227 46 239 -
CMYK 0.05 0.81 0 0.06
HSL 296.27º 0.86% 0.56% -
HSV(B) 296.27º 0.81% 0.94% -
XYZ 48.24 24.52 83.85 -
YUV 122.12 193.97 202.81 -
System Red Green Blue C M Y K H S L
Decimal 227 46 239 0.05 0.81 0 0.06 296.27 0.86 0.56
Hex E3 2E EF 5 51 0 6 128 56 38
Octal 343 56 357 5 121 0 6 450 126 70
Binary 11100011 101110 11101111 101 1010001 0 110 100101000 1010110 111000

Color Harmonies of #E32EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EEF

Black with #E32EEF

Text Example


Text Example

White with #E32EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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