#E521E7

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

Shades of Psychedelic Purple #E521E7

Tints of Psychedelic Purple #E521E7

Color information

#E521E7 (or 0xE521E7) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 21 and E7. RGB value is (229,33,231). Sum of RGB (Red+Green+Blue) = 229+33+231=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 33 (13.28% from 255 or 6.69% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #E521E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E521E7 is #1ADE18. Grayscale: #717171. Windows color (decimal): -1760793 or 15147493. OLE color: 15147493.

HSL color Cylindrical-coordinate representation of color #E521E7: hue angle of 299.39º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E521E7 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22933231-
CMYK0.010.8600.09
HSL299.39º80.49%51.76%-
HSV(B)299.39º85.71%90.59%-
XYZ47.2823.5277.65-
YUV114.18193.93209.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.45%
GREEN value IS 33 (13.28% from 255) = 6.69%
BLUE value IS 231 (90.62% from 255) = 46.86%
R=46.45%
G=6.69%
B=46.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal229332310.010.8600.09299.3980.4951.76
HexE521E71560912b5034
Octal34541347112601145312064
Binary111001011000011110011111010110010011001010111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E521E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E521E7; }

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

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

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

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

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

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

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

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