#E511FF

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

Shades of Psychedelic Purple #E511FF

Tints of Psychedelic Purple #E511FF

Color information

#E511FF (or 0xE511FF) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 11 and FF. RGB value is (229,17,255). Sum of RGB (Red+Green+Blue) = 229+17+255=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 17 (7.03% from 255 or 3.39% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #E511FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E511FF is #1AEE00. Grayscale: #6A6A6A. Windows color (decimal): -1764865 or 16716261. OLE color: 16716261.

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

Color convert

RGB22917255-
CMYK0.100.9300
HSL293.45º100%53.33%-
HSV(B)293.45º93.33%100%-
XYZ50.5624.2896.63-
YUV107.52211.24214.65-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.71%
GREEN value IS 17 (7.03% from 255) = 3.39%
BLUE value IS 255 (100% from 255) = 50.90%
R=45.71%
G=3.39%
B=50.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229172550.100.9300293.4510053.33
HexE511FFA5D001256435
Octal34521377121350044514465
Binary11100101100011111111110101011101001001001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E511FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E511FF; }

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

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

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

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

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

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

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

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