#E226EA

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

Shades of Psychedelic Purple #E226EA

Tints of Psychedelic Purple #E226EA

Color information

#E226EA (or 0xE226EA) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 26 and EA. RGB value is (226,38,234). Sum of RGB (Red+Green+Blue) = 226+38+234=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 38 (15.23% from 255 or 7.63% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #E226EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E226EA is #1DD915. Grayscale: #737373. Windows color (decimal): -1956118 or 15345378. OLE color: 15345378.

HSL color Cylindrical-coordinate representation of color #E226EA: hue angle of 297.55º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E226EA is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB22638234-
CMYK0.030.8400.08
HSL297.55º82.35%53.33%-
HSV(B)297.55º83.76%91.76%-
XYZ46.9123.579.9-
YUV116.56194.28206.06-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.38%
GREEN value IS 38 (15.23% from 255) = 7.63%
BLUE value IS 234 (91.80% from 255) = 46.99%
R=45.38%
G=7.63%
B=46.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal226382340.030.8400.08297.5582.3553.33
HexE226EA3540812a5235
Octal34246352312401045212265
Binary1110001010011011101010111010100010001001010101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E226EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E226EA; }

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

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

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

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

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

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

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

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