#E521FF

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

Shades of Psychedelic Purple #E521FF

Tints of Psychedelic Purple #E521FF

Color information

#E521FF (or 0xE521FF) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 21 and FF. RGB value is (229,33,255). Sum of RGB (Red+Green+Blue) = 229+33+255=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #E521FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FF is #1ADE00. Grayscale: #747474. Windows color (decimal): -1760769 or 16720357. OLE color: 16720357.

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

Color convert

RGB22933255-
CMYK0.100.8700
HSL292.97º100%56.47%-
HSV(B)292.97º87.06%100%-
XYZ50.9124.9796.74-
YUV116.91205.93207.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 33 (13.28% from 255) = 6.38%
BLUE value IS 255 (100% from 255) = 49.32%
R=44.29%
G=6.38%
B=49.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229332550.100.8700292.9710056.47
HexE521FFA57001256438
Octal34541377121270044514470
Binary111001011000011111111110101010111001001001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E521FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E521FF; }

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

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

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

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

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

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

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

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