#E91EF5

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

Shades of Psychedelic Purple #E91EF5

Tints of Psychedelic Purple #E91EF5

Color information

#E91EF5 (or 0xE91EF5) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 1E and F5. RGB value is (233,30,245). Sum of RGB (Red+Green+Blue) = 233+30+245=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 30 (12.11% from 255 or 5.91% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 245 - color contains mainly: blue. Hex color #E91EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E91EF5 is #16E10A. Grayscale: #727272. Windows color (decimal): -1499403 or 16064233. OLE color: 16064233.

HSL color Cylindrical-coordinate representation of color #E91EF5: hue angle of 296.65º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91EF5 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB23330245-
CMYK0.050.8800.04
HSL296.65º91.49%53.92%-
HSV(B)296.65º87.76%96.08%-
XYZ50.5524.8488.52-
YUV115.21201.25212.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.87%
GREEN value IS 30 (12.11% from 255) = 5.91%
BLUE value IS 245 (96.09% from 255) = 48.23%
R=45.87%
G=5.91%
B=48.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal233302450.050.8800.04296.6591.4953.92
HexE91EF5558041295b36
Octal3513636551300445113366
Binary111010011111011110101101101100001001001010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91EF5; }

 p { color: rgb(233,30,245); }

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

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

 a { background-color: rgb(233,30,245); }

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

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

 span { border-color: rgb(233,30,245); }

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