#E521FE

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

Shades of Psychedelic Purple #E521FE

Tints of Psychedelic Purple #E521FE

Color information

#E521FE (or 0xE521FE) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 21 and FE. RGB value is (229,33,254). Sum of RGB (Red+Green+Blue) = 229+33+254=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 33 (13.28% from 255 or 6.40% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #E521FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521FE is #1ADE01. Grayscale: #747474. Windows color (decimal): -1760770 or 16654821. OLE color: 16654821.

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

Color convert

RGB22933254-
CMYK0.100.8700.00
HSL293.21º99.1%56.27%-
HSV(B)293.21º87.01%99.61%-
XYZ50.7524.995.9-
YUV116.8205.43208.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 33 (13.28% from 255) = 6.40%
BLUE value IS 254 (99.61% from 255) = 49.22%
R=44.38%
G=6.40%
B=49.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal229332540.100.8700.00293.2199.156.27
HexE521FEA57001256338
Octal34541376121270044514370
Binary111001011000011111111010101010111001001001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E521FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E521FE; }

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

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

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

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

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

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

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

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