Html Css Color HEX #E32FEF Psychedelic Purple

📋 copy color: '#E32FEF'

red 227 ◦ green 47 ◦ blue 239

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

Shades of Psychedelic Purple #E32FEF

Tints of Psychedelic Purple #E32FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.16%

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

R = 44.25%
G = 9.16%
B = 46.59%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E32FEF (or 0xE32FEF) is known color: Psychedelic Purple. HEX triplet: E3, 2F and EF. RGB value is (227,47,239). Sum of RGB (Red+Green+Blue) = 227+47+239=513 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.25% from 513); Green value is 47 (18.75% from 255 or 9.16% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #E32FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32FEF is #1CD010. Grayscale: #7A7A7A. Windows color (decimal): -1888273 or 15675363. OLE color: 15675363.

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

Color convert

RGB 227 47 239 -
CMYK 0.05 0.80 0 0.06
HSL 296.25º 0.86% 0.56% -
HSV(B) 296.25º 0.8% 0.94% -
XYZ 48.28 24.6 83.86 -
YUV 122.71 193.63 202.39 -
System Red Green Blue C M Y K H S L
Decimal 227 47 239 0.05 0.80 0 0.06 296.25 0.86 0.56
Hex E3 2F EF 5 50 0 6 128 56 38
Octal 343 57 357 5 120 0 6 450 126 70
Binary 11100011 101111 11101111 101 1010000 0 110 100101000 1010110 111000

Color Harmonies of #E32FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32FEF

Black with #E32FEF

Text Example


Text Example

White with #E32FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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