#E806FF

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

Shades of Psychedelic Purple #E806FF

Tints of Psychedelic Purple #E806FF

Color information

#E806FF (or 0xE806FF) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 06 and FF. RGB value is (232,6,255). Sum of RGB (Red+Green+Blue) = 232+6+255=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 6 (2.73% from 255 or 1.22% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #E806FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E806FF is #17F900. Grayscale: #656565. Windows color (decimal): -1571073 or 16713448. OLE color: 16713448.

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

Color convert

RGB2326255-
CMYK0.090.9800
HSL294.46º100%51.18%-
HSV(B)294.46º97.65%100%-
XYZ51.3924.5196.63-
YUV101.96214.37220.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.06%
GREEN value IS 6 (2.73% from 255) = 1.22%
BLUE value IS 255 (100% from 255) = 51.72%
R=47.06%
G=1.22%
B=51.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal23262550.090.9800294.4610051.18
HexE86FF962001266433
Octal3506377111420044614463
Binary111010001101111111110011100010001001001101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E806FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E806FF; }

 p { color: rgb(232,6,255); }

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

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

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

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

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

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

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