#E009EA

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

Shades of Psychedelic Purple #E009EA

Tints of Psychedelic Purple #E009EA

Color information

#E009EA (or 0xE009EA) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 09 and EA. RGB value is (224,9,234). Sum of RGB (Red+Green+Blue) = 224+9+234=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #E009EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E009EA is #1FF615. Grayscale: #626262. Windows color (decimal): -2094614 or 15337952. OLE color: 15337952.

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

Color convert

RGB2249234-
CMYK0.040.9600.08
HSL297.33º92.59%47.65%-
HSV(B)297.33º96.15%91.76%-
XYZ45.6921.9879.68-
YUV98.94204.23217.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 47.97%
GREEN value IS 9 (3.91% from 255) = 1.93%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=47.97%
G=1.93%
B=50.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22492340.040.9600.08297.3392.5947.65
HexE09EA460081295d30
Octal34011352414001045113560
Binary111000001001111010101001100000010001001010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E009EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E009EA; }

 p { color: rgb(224,9,234); }

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

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

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

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

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

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

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