Html Css Color HEX #E521EE Psychedelic Purple

📋 copy color: '#E521EE'

red 229 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #E521EE

Tints of Psychedelic Purple #E521EE

RGB

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

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

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

R = 45.8%
G = 6.6%
B = 47.6%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E521EE (or 0xE521EE) is known color: Psychedelic Purple. HEX triplet: E5, 21 and EE. RGB value is (229,33,238). Sum of RGB (Red+Green+Blue) = 229+33+238=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 33 (13.28% from 255 or 6.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #E521EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521EE is #1ADE11. Grayscale: #727272. Windows color (decimal): -1760786 or 15606245. OLE color: 15606245.

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

Color convert

RGB 229 33 238 -
CMYK 0.04 0.86 0 0.07
HSL 297.37º 0.86% 0.53% -
HSV(B) 297.37º 0.86% 0.93% -
XYZ 48.29 23.92 82.96 -
YUV 114.97 197.43 209.33 -
System Red Green Blue C M Y K H S L
Decimal 229 33 238 0.04 0.86 0 0.07 297.37 0.86 0.53
Hex E5 21 EE 4 56 0 7 129 56 35
Octal 345 41 356 4 126 0 7 451 126 65
Binary 11100101 100001 11101110 100 1010110 0 111 100101001 1010110 110101

Color Harmonies of #E521EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521EE

Black with #E521EE

Text Example


Text Example

White with #E521EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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