Html Css Color HEX #E500EE Psychedelic Purple

📋 copy color: '#E500EE'

red 229 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #E500EE

Tints of Psychedelic Purple #E500EE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.04%
G = 0%
B = 50.96%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E500EE (or 0xE500EE) is known color: Psychedelic Purple. HEX triplet: E5, 00 and EE. RGB value is (229,0,238). Sum of RGB (Red+Green+Blue) = 229+0+238=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #E500EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500EE is #1AFF11. Grayscale: #5E5E5E. Windows color (decimal): -1769234 or 15597797. OLE color: 15597797.

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

Color convert

RGB 229 0 238 -
CMYK 0.04 1 0 0.07
HSL 297.73º 1% 0.47% -
HSV(B) 297.73º 1% 0.93% -
XYZ 47.75 22.83 82.78 -
YUV 95.6 208.37 223.15 -
System Red Green Blue C M Y K H S L
Decimal 229 0 238 0.04 1 0 0.07 297.73 1 0.47
Hex E5 0 EE 4 64 0 7 12A 64 2F
Octal 345 0 356 4 144 0 7 452 144 57
Binary 11100101 0 11101110 100 1100100 0 111 100101010 1100100 101111

Color Harmonies of #E500EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500EE

Black with #E500EE

Text Example


Text Example

White with #E500EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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