#E301F9

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

Shades of Psychedelic Purple #E301F9

Tints of Psychedelic Purple #E301F9

Color information

#E301F9 (or 0xE301F9) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 01 and F9. RGB value is (227,1,249). Sum of RGB (Red+Green+Blue) = 227+1+249=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 1 (0.78% from 255 or 0.21% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #E301F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E301F9 is #1CFE06. Grayscale: #606060. Windows color (decimal): -1900039 or 16318947. OLE color: 16318947.

HSL color Cylindrical-coordinate representation of color #E301F9: hue angle of 294.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E301F9 is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2271249-
CMYK0.091.0000.02
HSL294.68º99.2%49.02%-
HSV(B)294.68º99.6%97.65%-
XYZ48.7923.1991.53-
YUV96.85213.87220.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.59%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 249 (97.66% from 255) = 52.20%
R=47.59%
G=0.21%
B=52.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22712490.091.0000.02294.6899.249.02
HexE31F9964021276331
Octal3431371111440244714361
Binary11100011111111001100111001000101001001111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E301F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E301F9; }

 p { color: rgb(227,1,249); }

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

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

 a { background-color: rgb(227,1,249); }

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

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

 span { border-color: rgb(227,1,249); }

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