#E133FF

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

Shades of Psychedelic Purple #E133FF

Tints of Psychedelic Purple #E133FF

Color information

#E133FF (or 0xE133FF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 33 and FF. RGB value is (225,51,255). Sum of RGB (Red+Green+Blue) = 225+51+255=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 51 (20.31% from 255 or 9.60% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #E133FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E133FF is #1ECC00. Grayscale: #7D7D7D. Windows color (decimal): -2018305 or 16724961. OLE color: 16724961.

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

Color convert

RGB22551255-
CMYK0.120.800
HSL291.18º100%60%-
HSV(B)291.18º80%100%-
XYZ50.2925.696.9-
YUV126.28200.65198.41-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 51 (20.31% from 255) = 9.60%
BLUE value IS 255 (100% from 255) = 48.02%
R=42.37%
G=9.60%
B=48.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal225512550.120.800291.1810060
HexE133FFC5000123643c
Octal34163377141200044314474
Binary111000011100111111111111001010000001001000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E133FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E133FF; }

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

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

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

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

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

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

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

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