#E520EF

Color #E520EF Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E520EF

Tints of Psychedelic Purple #E520EF

Color information

#E520EF (or 0xE520EF) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 20 and EF. RGB value is (229,32,239). Sum of RGB (Red+Green+Blue) = 229+32+239=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #E520EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E520EF is #1ADF10. Grayscale: #717171. Windows color (decimal): -1761041 or 15671525. OLE color: 15671525.

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

Color convert

RGB22932239-
CMYK0.040.8700.06
HSL297.1º86.61%53.14%-
HSV(B)297.1º86.61%93.73%-
XYZ48.4123.9283.73-
YUV114.5198.27209.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 32 (12.89% from 255) = 6.4%
BLUE value IS 239 (93.75% from 255) = 47.8%
R=45.8%
G=6.4%
B=47.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal229322390.040.8700.06297.186.6153.14
HexE520EF457061295735
Octal3454035741270645112765
Binary1110010110000011101111100101011101101001010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E520EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E520EF; }

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

 H1.HeaderClassName
 {
   color: #E520EF;
 }
 .AnyTagClassName
 {
   color: #E520EF;
 }
</style>
background-color css

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

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

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

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

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

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