#E309F4

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

Shades of Psychedelic Purple #E309F4

Tints of Psychedelic Purple #E309F4

Color information

#E309F4 (or 0xE309F4) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 09 and F4. RGB value is (227,9,244). Sum of RGB (Red+Green+Blue) = 227+9+244=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 9 (3.91% from 255 or 1.88% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #E309F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E309F4 is #1CF60B. Grayscale: #646464. Windows color (decimal): -1897996 or 15993315. OLE color: 15993315.

HSL color Cylindrical-coordinate representation of color #E309F4: hue angle of 295.66º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E309F4 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2279244-
CMYK0.070.9600.04
HSL295.66º92.89%49.61%-
HSV(B)295.66º96.31%95.69%-
XYZ48.1123.0687.5-
YUV100.97208.72217.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.29%
GREEN value IS 9 (3.91% from 255) = 1.88%
BLUE value IS 244 (95.70% from 255) = 50.83%
R=47.29%
G=1.88%
B=50.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22792440.070.9600.04295.6692.8949.61
HexE39F4760041285d32
Octal3431136471400445013562
Binary11100011100111110100111110000001001001010001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E309F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E309F4; }

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

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

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

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

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

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

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

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