Html Css Color HEX #E32EFB Psychedelic Purple

📋 copy color: '#E32EFB'

red 227 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #E32EFB

Tints of Psychedelic Purple #E32EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.9%

R = 43.32%
G = 8.78%
B = 47.9%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E32EFB (or 0xE32EFB) is known color: Psychedelic Purple. HEX triplet: E3, 2E and FB. RGB value is (227,46,251). Sum of RGB (Red+Green+Blue) = 227+46+251=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 46 (18.36% from 255 or 8.78% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #E32EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E32EFB is #1CD104. Grayscale: #7A7A7A. Windows color (decimal): -1888517 or 16461539. OLE color: 16461539.

HSL color Cylindrical-coordinate representation of color #E32EFB: hue angle of 292.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E32EFB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 46 251 -
CMYK 0.10 0.82 0 0.02
HSL 292.98º 0.96% 0.58% -
HSV(B) 292.98º 0.82% 0.98% -
XYZ 50.07 25.25 93.5 -
YUV 123.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 227 46 251 0.10 0.82 0 0.02 292.98 0.96 0.58
Hex E3 2E FB A 52 0 2 125 60 3A
Octal 343 56 373 12 122 0 2 445 140 72
Binary 11100011 101110 11111011 1010 1010010 0 10 100100101 1100000 111010

Color Harmonies of #E32EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32EFB

Black with #E32EFB

Text Example


Text Example

White with #E32EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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