#e309e3

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

Shades of Psychedelic Purple #E309E3

Tints of Psychedelic Purple #E309E3

Color information

#E309E3 (or 0xE309E3) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 09 and E3. RGB value is (227,9,227). Sum of RGB (Red+Green+Blue) = 227+9+227=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 227 (89.06% from 255 or 49.03% from 463); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E309E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E309E3 is #1CF61C. Grayscale: #626262. Windows color (decimal): -1898013 or 14879203. OLE color: 14879203.

HSL color Cylindrical-coordinate representation of color #E309E3: hue angle of 300º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E309E3 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2279227-
CMYK00.9600.11
HSL300º92.37%46.27%-
HSV(B)300º96.04%89.02%-
XYZ45.6422.0774.53-
YUV99.03200.22219.27-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.03%
GREEN value IS 9 (3.91% from 255) = 1.94%
BLUE value IS 227 (89.06% from 255) = 49.03%
R=49.03%
G=1.94%
B=49.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227922700.9600.1130092.3746.27
HexE39E30600B12c5c2e
Octal34311343014001345413456
Binary1110001110011110001101100000010111001011001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e309e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e309e3; }

 p { color: rgb(227,9,227); }

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

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

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

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

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

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

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