#E111FE

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

Shades of Psychedelic Purple #E111FE

Tints of Psychedelic Purple #E111FE

Color information

#E111FE (or 0xE111FE) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 11 and FE. RGB value is (225,17,254). Sum of RGB (Red+Green+Blue) = 225+17+254=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 17 (7.03% from 255 or 3.43% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #E111FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E111FE is #1EEE01. Grayscale: #696969. Windows color (decimal): -2027010 or 16650721. OLE color: 16650721.

HSL color Cylindrical-coordinate representation of color #E111FE: hue angle of 292.66º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E111FE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB22517254-
CMYK0.110.9300.00
HSL292.66º99.16%53.14%-
HSV(B)292.66º93.31%99.61%-
XYZ49.1423.5695.72-
YUV106.21211.41212.73-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.36%
GREEN value IS 17 (7.03% from 255) = 3.43%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=45.36%
G=3.43%
B=51.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal225172540.110.9300.00292.6699.1653.14
HexE111FEB5D001256335
Octal34121376131350044514365
Binary11100001100011111111010111011101001001001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E111FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E111FE; }

 p { color: rgb(225,17,254); }

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

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

 a { background-color: rgb(225,17,254); }

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

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

 span { border-color: rgb(225,17,254); }

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