Html Css Color HEX #E331FF Psychedelic Purple

📋 copy color: '#E331FF'

red 227 ◦ green 49 ◦ blue 255

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

Shades of Psychedelic Purple #E331FF

Tints of Psychedelic Purple #E331FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.23%

 BLUE value IS 255 (100% from 255) = 48.02%

R = 42.75%
G = 9.23%
B = 48.02%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E331FF (or 0xE331FF) is known color: Psychedelic Purple. HEX triplet: E3, 31 and FF. RGB value is (227,49,255). Sum of RGB (Red+Green+Blue) = 227+49+255=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 49 (19.53% from 255 or 9.23% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #E331FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E331FF is #1CCE00. Grayscale: #7D7D7D. Windows color (decimal): -1887745 or 16724451. OLE color: 16724451.

HSL color Cylindrical-coordinate representation of color #E331FF: hue angle of 291.84º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E331FF is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 227 49 255 -
CMYK 0.11 0.81 0 0
HSL 291.84º 1% 0.6% -
HSV(B) 291.84º 0.81% 1% -
XYZ 50.83 25.75 96.9 -
YUV 125.71 200.97 200.25 -
System Red Green Blue C M Y K H S L
Decimal 227 49 255 0.11 0.81 0 0 291.84 1 0.6
Hex E3 31 FF B 51 0 0 124 64 3C
Octal 343 61 377 13 121 0 0 444 144 74
Binary 11100011 110001 11111111 1011 1010001 0 0 100100100 1100100 111100

Color Harmonies of #E331FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E331FF

Black with #E331FF

Text Example


Text Example

White with #E331FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E331FF; }

 p { color: rgb(227,49,255); }

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

background-color css

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

 a { background-color: rgb(227,49,255); }

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

border-color css

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

 span { border-color: rgb(227,49,255); }

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