Html Css Color HEX #E500FF Psychedelic Purple

📋 copy color: '#E500FF'

red 229 ◦ green 0 ◦ blue 255

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

Shades of Psychedelic Purple #E500FF

Tints of Psychedelic Purple #E500FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 47.31%
G = 0%
B = 52.69%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E500FF (or 0xE500FF) is known color: Psychedelic Purple. HEX triplet: E5, 00 and FF. RGB value is (229,0,255). Sum of RGB (Red+Green+Blue) = 229+0+255=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 0 (0.39% from 255 or 0% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #E500FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500FF is #1AFF00. Grayscale: #606060. Windows color (decimal): -1769217 or 16711909. OLE color: 16711909.

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

Color convert

RGB 229 0 255 -
CMYK 0.10 1 0 0
HSL 293.88º 1% 0.5% -
HSV(B) 293.88º 1% 1% -
XYZ 50.36 23.88 96.56 -
YUV 97.54 216.87 221.77 -
System Red Green Blue C M Y K H S L
Decimal 229 0 255 0.10 1 0 0 293.88 1 0.5
Hex E5 0 FF A 64 0 0 126 64 32
Octal 345 0 377 12 144 0 0 446 144 62
Binary 11100101 0 11111111 1010 1100100 0 0 100100110 1100100 110010

Color Harmonies of #E500FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500FF

Black with #E500FF

Text Example


Text Example

White with #E500FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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