#E209EA

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

Shades of Psychedelic Purple #E209EA

Tints of Psychedelic Purple #E209EA

Color information

#E209EA (or 0xE209EA) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 09 and EA. RGB value is (226,9,234). Sum of RGB (Red+Green+Blue) = 226+9+234=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 9 (3.91% from 255 or 1.92% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #E209EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E209EA is #1DF615. Grayscale: #626262. Windows color (decimal): -1963542 or 15337954. OLE color: 15337954.

HSL color Cylindrical-coordinate representation of color #E209EA: hue angle of 297.87º 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 #E209EA is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2269234-
CMYK0.030.9600.08
HSL297.87º92.59%47.65%-
HSV(B)297.87º96.15%91.76%-
XYZ46.3122.379.71-
YUV99.53203.89218.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.19%
GREEN value IS 9 (3.91% from 255) = 1.92%
BLUE value IS 234 (91.80% from 255) = 49.89%
R=48.19%
G=1.92%
B=49.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22692340.030.9600.08297.8792.5947.65
HexE29EA3600812a5d30
Octal34211352314001045213560
Binary11100010100111101010111100000010001001010101011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E209EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E209EA; }

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

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

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

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

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

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

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

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