#E901F3

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

Shades of Psychedelic Purple #E901F3

Tints of Psychedelic Purple #E901F3

Color information

#E901F3 (or 0xE901F3) is unknown color: approx Psychedelic Purple. HEX triplet: E9, 01 and F3. RGB value is (233,1,243). Sum of RGB (Red+Green+Blue) = 233+1+243=477 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.85% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #E901F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E901F3 is #16FE0C. Grayscale: #616161. Windows color (decimal): -1506829 or 15925737. OLE color: 15925737.

HSL color Cylindrical-coordinate representation of color #E901F3: hue angle of 297.52º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E901F3 is Cyan = 0.04, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2331243-
CMYK0.041.0000.05
HSL297.52º99.18%47.84%-
HSV(B)297.52º99.59%95.29%-
XYZ49.7923.8286.77-
YUV97.96209.86224.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.85%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=48.85%
G=0.21%
B=50.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal23312430.041.0000.05297.5299.1847.84
HexE91F34640512a6330
Octal351136341440545214360
Binary11101001111110011100110010001011001010101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E901F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E901F3; }

 p { color: rgb(233,1,243); }

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

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

 a { background-color: rgb(233,1,243); }

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

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

 span { border-color: rgb(233,1,243); }

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