#E933FF

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

Shades of Psychedelic Purple #E933FF

Tints of Psychedelic Purple #E933FF

Color information

#E933FF (or 0xE933FF) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 33 and FF. RGB value is (233,51,255). Sum of RGB (Red+Green+Blue) = 233+51+255=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 51 (20.31% from 255 or 9.46% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #E933FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E933FF is #16CC00. Grayscale: #808080. Windows color (decimal): -1494017 or 16724969. OLE color: 16724969.

HSL color Cylindrical-coordinate representation of color #E933FF: hue angle of 293.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E933FF is Cyan = 0.09, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23351255-
CMYK0.090.800
HSL293.53º100%60%-
HSV(B)293.53º80%100%-
XYZ52.8426.9197.02-
YUV128.67199.3202.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 51 (20.31% from 255) = 9.46%
BLUE value IS 255 (100% from 255) = 47.31%
R=43.23%
G=9.46%
B=47.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal233512550.090.800293.5310060
HexE933FF95000126643c
Octal35163377111200044614474
Binary111010011100111111111110011010000001001001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E933FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E933FF; }

 p { color: rgb(233,51,255); }

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

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

 a { background-color: rgb(233,51,255); }

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

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

 span { border-color: rgb(233,51,255); }

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