#E81AFD

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

Shades of Psychedelic Purple #E81AFD

Tints of Psychedelic Purple #E81AFD

Color information

#E81AFD (or 0xE81AFD) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 1A and FD. RGB value is (232,26,253). Sum of RGB (Red+Green+Blue) = 232+26+253=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E81AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81AFD is #17E502. Grayscale: #707070. Windows color (decimal): -1565955 or 16587496. OLE color: 16587496.

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

Color convert

RGB23226253-
CMYK0.080.9000.01
HSL294.45º98.27%54.71%-
HSV(B)294.45º89.72%99.22%-
XYZ51.3824.9995.04-
YUV113.47206.75212.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.40%
GREEN value IS 26 (10.55% from 255) = 5.09%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=45.40%
G=5.09%
B=49.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal232262530.080.9000.01294.4598.2754.71
HexE81AFD85A011266237
Octal35032375101320144614267
Binary11101000110101111110110001011010011001001101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81AFD; }

 p { color: rgb(232,26,253); }

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

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

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

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

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

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

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