Html Css Color HEX #E521FE Psychedelic Purple

📋 copy color: '#E521FE'

red 229 ◦ green 33 ◦ blue 254

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

Shades of Psychedelic Purple #E521FE

Tints of Psychedelic Purple #E521FE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.4%

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 44.38%
G = 6.4%
B = 49.22%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E521FE (or 0xE521FE) is known color: Psychedelic Purple. HEX triplet: E5, 21 and FE. RGB value is (229,33,254). Sum of RGB (Red+Green+Blue) = 229+33+254=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #E521FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FE is #1ADE01. Grayscale: #747474. Windows color (decimal): -1760770 or 16654821. OLE color: 16654821.

HSL color Cylindrical-coordinate representation of color #E521FE: hue angle of 293.21º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E521FE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 33 254 -
CMYK 0.10 0.87 0 0.00
HSL 293.21º 0.99% 0.56% -
HSV(B) 293.21º 0.87% 1% -
XYZ 50.75 24.9 95.9 -
YUV 116.8 205.43 208.03 -
System Red Green Blue C M Y K H S L
Decimal 229 33 254 0.10 0.87 0 0.00 293.21 0.99 0.56
Hex E5 21 FE A 57 0 0 125 63 38
Octal 345 41 376 12 127 0 0 445 143 70
Binary 11100101 100001 11111110 1010 1010111 0 0 100100101 1100011 111000

Color Harmonies of #E521FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521FE

Black with #E521FE

Text Example


Text Example

White with #E521FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521FE; }

 p { color: rgb(229,33,254); }

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

background-color css

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

 a { background-color: rgb(229,33,254); }

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

border-color css

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

 span { border-color: rgb(229,33,254); }

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