#E511ED

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

Shades of Psychedelic Purple #E511ED

Tints of Psychedelic Purple #E511ED

Color information

#E511ED (or 0xE511ED) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 11 and ED. RGB value is (229,17,237). Sum of RGB (Red+Green+Blue) = 229+17+237=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #E511ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511ED is #1AEE12. Grayscale: #686868. Windows color (decimal): -1764883 or 15536613. OLE color: 15536613.

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

Color convert

RGB22917237-
CMYK0.030.9300.07
HSL297.82º86.61%49.8%-
HSV(B)297.82º92.83%92.94%-
XYZ47.823.1782.07-
YUV105.47202.24216.11-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.41%
GREEN value IS 17 (7.03% from 255) = 3.52%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=47.41%
G=3.52%
B=49.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal229172370.030.9300.07297.8286.6149.8
HexE511ED35D0712a5732
Octal3452135531350745212762
Binary11100101100011110110111101110101111001010101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E511ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E511ED; }

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

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

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

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

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

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

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

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