Html Css Color HEX #E531FA Psychedelic Purple

📋 copy color: '#E531FA'

red 229 ◦ green 49 ◦ blue 250

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

Shades of Psychedelic Purple #E531FA

Tints of Psychedelic Purple #E531FA

RGB

 RED value IS 229 (89.84% from 255) = 43.37%

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

 BLUE value IS 250 (98.05% from 255) = 47.35%

R = 43.37%
G = 9.28%
B = 47.35%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E531FA (or 0xE531FA) is known color: Psychedelic Purple. HEX triplet: E5, 31 and FA. RGB value is (229,49,250). Sum of RGB (Red+Green+Blue) = 229+49+250=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 49 (19.53% from 255 or 9.28% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #E531FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E531FA is #1ACE05. Grayscale: #7D7D7D. Windows color (decimal): -1756678 or 16396773. OLE color: 16396773.

HSL color Cylindrical-coordinate representation of color #E531FA: hue angle of 293.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E531FA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 49 250 -
CMYK 0.08 0.80 0 0.02
HSL 293.73º 0.95% 0.59% -
HSV(B) 293.73º 0.8% 0.98% -
XYZ 50.67 25.76 92.74 -
YUV 125.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 229 49 250 0.08 0.80 0 0.02 293.73 0.95 0.59
Hex E5 31 FA 8 50 0 2 126 5F 3B
Octal 345 61 372 10 120 0 2 446 137 73
Binary 11100101 110001 11111010 1000 1010000 0 10 100100110 1011111 111011

Color Harmonies of #E531FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E531FA

Black with #E531FA

Text Example


Text Example

White with #E531FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E531FA; }

 p { color: rgb(229,49,250); }

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

background-color css

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

 a { background-color: rgb(229,49,250); }

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

border-color css

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

 span { border-color: rgb(229,49,250); }

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