#E80FE8

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

Shades of Psychedelic Purple #E80FE8

Tints of Psychedelic Purple #E80FE8

Color information

#E80FE8 (or 0xE80FE8) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 0F and E8. RGB value is (232,15,232). Sum of RGB (Red+Green+Blue) = 232+15+232=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: red, blue. Hex color #E80FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80FE8 is #17F017. Grayscale: #676767. Windows color (decimal): -1568792 or 15208424. OLE color: 15208424.

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

Color convert

RGB23215232-
CMYK00.9400.09
HSL300º87.85%48.43%-
HSV(B)300º93.53%90.98%-
XYZ48.0223.3278.32-
YUV104.62199.89218.86-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 15 (6.25% from 255) = 3.13%
BLUE value IS 232 (91.02% from 255) = 48.43%
R=48.43%
G=3.13%
B=48.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321523200.9400.0930087.8548.43
HexE8FE805E0912c5830
Octal35017350013601145413060
Binary1110100011111110100001011110010011001011001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80FE8; }

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

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

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

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

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

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

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

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