#E802E7

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

Shades of Psychedelic Purple #E802E7

Tints of Psychedelic Purple #E802E7

Color information

#E802E7 (or 0xE802E7) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 02 and E7. RGB value is (232,2,231). Sum of RGB (Red+Green+Blue) = 232+2+231=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E802E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802E7 is #17FD18. Grayscale: #606060. Windows color (decimal): -1572121 or 15139560. OLE color: 15139560.

HSL color Cylindrical-coordinate representation of color #E802E7: hue angle of 300.26º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802E7 is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB2322231-
CMYK00.990.000.09
HSL300.26º98.29%45.88%-
HSV(B)300.26º99.14%90.98%-
XYZ47.7222.9777.52-
YUV96.88203.7224.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 2 (1.17% from 255) = 0.43%
BLUE value IS 231 (90.62% from 255) = 49.68%
R=49.89%
G=0.43%
B=49.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232223100.990.000.09300.2698.2945.88
HexE82E70630912c622e
Octal3502347014301145414256
Binary11101000101110011101100011010011001011001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E802E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E802E7; }

 p { color: rgb(232,2,231); }

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

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

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

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

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

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

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