#E211EC

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

Shades of Psychedelic Purple #E211EC

Tints of Psychedelic Purple #E211EC

Color information

#E211EC (or 0xE211EC) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 11 and EC. RGB value is (226,17,236). Sum of RGB (Red+Green+Blue) = 226+17+236=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #E211EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E211EC is #1DEE13. Grayscale: #676767. Windows color (decimal): -1961492 or 15471074. OLE color: 15471074.

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

Color convert

RGB22617236-
CMYK0.040.9300.07
HSL297.26º86.56%49.61%-
HSV(B)297.26º92.8%92.55%-
XYZ46.722.6381.26-
YUV104.46202.24214.69-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 47.18%
GREEN value IS 17 (7.03% from 255) = 3.55%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=47.18%
G=3.55%
B=49.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal226172360.040.9300.07297.2686.5649.61
HexE211EC45D071295732
Octal3422135441350745112762
Binary111000101000111101100100101110101111001010011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E211EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E211EC; }

 p { color: rgb(226,17,236); }

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

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

 a { background-color: rgb(226,17,236); }

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

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

 span { border-color: rgb(226,17,236); }

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