#E81FF0

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

Shades of Psychedelic Purple #E81FF0

Tints of Psychedelic Purple #E81FF0

Color information

#E81FF0 (or 0xE81FF0) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 1F and F0. RGB value is (232,31,240). Sum of RGB (Red+Green+Blue) = 232+31+240=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 31 (12.5% from 255 or 6.16% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #E81FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E81FF0 is #17E00F. Grayscale: #727272. Windows color (decimal): -1564688 or 15736808. OLE color: 15736808.

HSL color Cylindrical-coordinate representation of color #E81FF0: hue angle of 297.7º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81FF0 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB23231240-
CMYK0.030.8700.06
HSL297.7º87.45%53.14%-
HSV(B)297.7º87.08%94.12%-
XYZ49.524.4384.54-
YUV114.92198.59211.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.12%
GREEN value IS 31 (12.5% from 255) = 6.16%
BLUE value IS 240 (94.14% from 255) = 47.71%
R=46.12%
G=6.16%
B=47.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal232312400.030.8700.06297.787.4553.14
HexE81FF03570612a5735
Octal3503736031270645212765
Binary11101000111111111000011101011101101001010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81FF0; }

 p { color: rgb(232,31,240); }

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

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

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

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

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

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

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