#E802EE

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

Shades of Psychedelic Purple #E802EE

Tints of Psychedelic Purple #E802EE

Color information

#E802EE (or 0xE802EE) is unknown color: approx Psychedelic Purple. HEX triplet: E8, 02 and EE. RGB value is (232,2,238). Sum of RGB (Red+Green+Blue) = 232+2+238=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 2 (1.17% from 255 or 0.42% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E802EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802EE is #17FD11. Grayscale: #606060. Windows color (decimal): -1572114 or 15598312. OLE color: 15598312.

HSL color Cylindrical-coordinate representation of color #E802EE: hue angle of 298.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802EE is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2322238-
CMYK0.030.9900.07
HSL298.47º98.33%47.06%-
HSV(B)298.47º99.16%93.33%-
XYZ48.7323.3782.83-
YUV97.67207.2223.81-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.15%
GREEN value IS 2 (1.17% from 255) = 0.42%
BLUE value IS 238 (93.36% from 255) = 50.42%
R=49.15%
G=0.42%
B=50.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23222380.030.9900.07298.4798.3347.06
HexE82EE3630712a622f
Octal350235631430745214257
Binary11101000101110111011110001101111001010101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E802EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E802EE; }

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

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

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

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

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

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

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

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