#E801E8

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

Shades of Psychedelic Purple #E801E8

Tints of Psychedelic Purple #E801E8

Color information

#E801E8 (or 0xE801E8) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 01 and E8. RGB value is (232,1,232). Sum of RGB (Red+Green+Blue) = 232+1+232=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E801E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E801E8 is #17FE17. Grayscale: #5F5F5F. Windows color (decimal): -1572376 or 15204840. OLE color: 15204840.

HSL color Cylindrical-coordinate representation of color #E801E8: hue angle of 300º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E801E8 is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2321232-
CMYK01.0000.09
HSL300º99.14%45.69%-
HSV(B)300º99.57%90.98%-
XYZ47.862378.26-
YUV96.4204.53224.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 232 (91.02% from 255) = 49.89%
R=49.89%
G=0.22%
B=49.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232123201.0000.0930099.1445.69
HexE81E80640912c632e
Octal3501350014401145414356
Binary1110100011110100001100100010011001011001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E801E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E801E8; }

 p { color: rgb(232,1,232); }

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

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

 a { background-color: rgb(232,1,232); }

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

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

 span { border-color: rgb(232,1,232); }

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