#E500ED

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

Shades of Psychedelic Purple #E500ED

Tints of Psychedelic Purple #E500ED

Color information

#E500ED (or 0xE500ED) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 00 and ED. RGB value is (229,0,237). Sum of RGB (Red+Green+Blue) = 229+0+237=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #E500ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E500ED is #1AFF12. Grayscale: #5E5E5E. Windows color (decimal): -1769235 or 15532261. OLE color: 15532261.

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

Color convert

RGB2290237-
CMYK0.03100.07
HSL297.97º100%46.47%-
HSV(B)297.97º100%92.94%-
XYZ47.622.7782.01-
YUV95.49207.87223.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 50.86%
R=49.14%
G=0%
B=50.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22902370.03100.07297.9710046.47
HexE50ED3640712a642e
Octal345035531440745214456
Binary1110010101110110111110010001111001010101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E500ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E500ED; }

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

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

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

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

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

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

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

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