#E80DEA

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

Shades of Psychedelic Purple #E80DEA

Tints of Psychedelic Purple #E80DEA

Color information

#E80DEA (or 0xE80DEA) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 0D and EA. RGB value is (232,13,234). Sum of RGB (Red+Green+Blue) = 232+13+234=479 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.43% from 479); Green value is 13 (5.47% from 255 or 2.71% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #E80DEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E80DEA is #17F215. Grayscale: #676767. Windows color (decimal): -1569302 or 15338984. OLE color: 15338984.

HSL color Cylindrical-coordinate representation of color #E80DEA: hue angle of 299.46º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80DEA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB23213234-
CMYK0.010.9400.08
HSL299.46º89.47%48.43%-
HSV(B)299.46º94.44%91.76%-
XYZ48.2723.3879.81-
YUV103.68201.55219.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 48.43%
GREEN value IS 13 (5.47% from 255) = 2.71%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=48.43%
G=2.71%
B=48.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal232132340.010.9400.08299.4689.4748.43
HexE8DEA15E0812b5930
Octal35015352113601045313160
Binary1110100011011110101011011110010001001010111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80DEA; }

 p { color: rgb(232,13,234); }

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

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

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

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

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

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

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