#E521ED

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

Shades of Psychedelic Purple #E521ED

Tints of Psychedelic Purple #E521ED

Color information

#E521ED (or 0xE521ED) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 21 and ED. RGB value is (229,33,237). Sum of RGB (Red+Green+Blue) = 229+33+237=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #E521ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521ED is #1ADE12. Grayscale: #727272. Windows color (decimal): -1760787 or 15540709. OLE color: 15540709.

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

Color convert

RGB22933237-
CMYK0.030.8600.07
HSL297.65º85%52.94%-
HSV(B)297.65º86.08%92.94%-
XYZ48.1423.8682.19-
YUV114.86196.93209.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.89%
GREEN value IS 33 (13.28% from 255) = 6.61%
BLUE value IS 237 (92.97% from 255) = 47.49%
R=45.89%
G=6.61%
B=47.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal229332370.030.8600.07297.658552.94
HexE521ED3560712a5535
Octal3454135531260745212565
Binary111001011000011110110111101011001111001010101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E521ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E521ED; }

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

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

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

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

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

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

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

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