Html Css Color HEX #E520EE Psychedelic Purple

📋 copy color: '#E520EE'

red 229 ◦ green 32 ◦ blue 238

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

Shades of Psychedelic Purple #E520EE

Tints of Psychedelic Purple #E520EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 45.89%
G = 6.41%
B = 47.7%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E520EE (or 0xE520EE) is known color: Psychedelic Purple. HEX triplet: E5, 20 and EE. RGB value is (229,32,238). Sum of RGB (Red+Green+Blue) = 229+32+238=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #E520EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520EE is #1ADF11. Grayscale: #717171. Windows color (decimal): -1761042 or 15605989. OLE color: 15605989.

HSL color Cylindrical-coordinate representation of color #E520EE: hue angle of 297.38º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E520EE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 32 238 -
CMYK 0.04 0.87 0 0.07
HSL 297.38º 0.86% 0.53% -
HSV(B) 297.38º 0.87% 0.93% -
XYZ 48.26 23.86 82.95 -
YUV 114.39 197.77 209.75 -
System Red Green Blue C M Y K H S L
Decimal 229 32 238 0.04 0.87 0 0.07 297.38 0.86 0.53
Hex E5 20 EE 4 57 0 7 129 56 35
Octal 345 40 356 4 127 0 7 451 126 65
Binary 11100101 100000 11101110 100 1010111 0 111 100101001 1010110 110101

Color Harmonies of #E520EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520EE

Black with #E520EE

Text Example


Text Example

White with #E520EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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