#E533FF

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

Shades of Psychedelic Purple #E533FF

Tints of Psychedelic Purple #E533FF

Color information

#E533FF (or 0xE533FF) is unknown color: approx Psychedelic Purple. HEX triplet: E5, 33 and FF. RGB value is (229,51,255). Sum of RGB (Red+Green+Blue) = 229+51+255=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 51 (20.31% from 255 or 9.53% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #E533FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E533FF is #1ACC00. Grayscale: #7E7E7E. Windows color (decimal): -1756161 or 16724965. OLE color: 16724965.

HSL color Cylindrical-coordinate representation of color #E533FF: hue angle of 292.35º 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 #E533FF is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB22951255-
CMYK0.100.800
HSL292.35º100%60%-
HSV(B)292.35º80%100%-
XYZ51.5526.2596.96-
YUV127.48199.97200.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.80%
GREEN value IS 51 (20.31% from 255) = 9.53%
BLUE value IS 255 (100% from 255) = 47.66%
R=42.80%
G=9.53%
B=47.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal229512550.100.800292.3510060
HexE533FFA5000124643c
Octal34563377121200044414474
Binary111001011100111111111110101010000001001001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E533FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E533FF; }

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

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

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

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

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

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

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

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