#E805FC

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

Shades of Psychedelic Purple #E805FC

Tints of Psychedelic Purple #E805FC

Color information

#E805FC (or 0xE805FC) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 05 and FC. RGB value is (232,5,252). Sum of RGB (Red+Green+Blue) = 232+5+252=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 5 (2.34% from 255 or 1.02% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #E805FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805FC is #17FA03. Grayscale: #646464. Windows color (decimal): -1571332 or 16516584. OLE color: 16516584.

HSL color Cylindrical-coordinate representation of color #E805FC: hue angle of 295.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805FC is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2325252-
CMYK0.080.9800.01
HSL295.14º97.63%50.39%-
HSV(B)295.14º98.02%98.82%-
XYZ50.924.2994.1-
YUV101.03213.21221.42-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 47.44%
GREEN value IS 5 (2.34% from 255) = 1.02%
BLUE value IS 252 (98.83% from 255) = 51.53%
R=47.44%
G=1.02%
B=51.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal23252520.080.9800.01295.1497.6350.39
HexE85FC862011276232
Octal3505374101420144714262
Binary111010001011111110010001100010011001001111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E805FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E805FC; }

 p { color: rgb(232,5,252); }

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

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

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

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

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

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

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