#E126EF

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

Shades of Psychedelic Purple #E126EF

Tints of Psychedelic Purple #E126EF

Color information

#E126EF (or 0xE126EF) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 26 and EF. RGB value is (225,38,239). Sum of RGB (Red+Green+Blue) = 225+38+239=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 38 (15.23% from 255 or 7.57% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #E126EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E126EF is #1ED910. Grayscale: #747474. Windows color (decimal): -2021649 or 15673057. OLE color: 15673057.

HSL color Cylindrical-coordinate representation of color #E126EF: hue angle of 295.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E126EF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22538239-
CMYK0.060.8400.06
HSL295.82º86.27%54.31%-
HSV(B)295.82º84.1%93.73%-
XYZ47.3223.6383.73-
YUV116.83196.95205.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.82%
GREEN value IS 38 (15.23% from 255) = 7.57%
BLUE value IS 239 (93.75% from 255) = 47.61%
R=44.82%
G=7.57%
B=47.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal225382390.060.8400.06295.8286.2754.31
HexE126EF654061285636
Octal3414635761240645012666
Binary1110000110011011101111110101010001101001010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E126EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E126EF; }

 p { color: rgb(225,38,239); }

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

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

 a { background-color: rgb(225,38,239); }

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

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

 span { border-color: rgb(225,38,239); }

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