Html Css Color HEX #E520FE Psychedelic Purple

📋 copy color: '#E520FE'

red 229 ◦ green 32 ◦ blue 254

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

Shades of Psychedelic Purple #E520FE

Tints of Psychedelic Purple #E520FE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.21%

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

R = 44.47%
G = 6.21%
B = 49.32%

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

#E520FE (or 0xE520FE) is known color: Psychedelic Purple. HEX triplet: E5, 20 and FE. RGB value is (229,32,254). Sum of RGB (Red+Green+Blue) = 229+32+254=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 32 (12.89% from 255 or 6.21% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #E520FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520FE is #1ADF01. Grayscale: #737373. Windows color (decimal): -1761026 or 16654565. OLE color: 16654565.

HSL color Cylindrical-coordinate representation of color #E520FE: hue angle of 293.24º 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 #E520FE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 229 32 254 -
CMYK 0.10 0.87 0 0.00
HSL 293.24º 0.99% 0.56% -
HSV(B) 293.24º 0.87% 1% -
XYZ 50.72 24.85 95.89 -
YUV 116.21 205.77 208.45 -
System Red Green Blue C M Y K H S L
Decimal 229 32 254 0.10 0.87 0 0.00 293.24 0.99 0.56
Hex E5 20 FE A 57 0 0 125 63 38
Octal 345 40 376 12 127 0 0 445 143 70
Binary 11100101 100000 11111110 1010 1010111 0 0 100100101 1100011 111000

Color Harmonies of #E520FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520FE

Black with #E520FE

Text Example


Text Example

White with #E520FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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