#E11FF9

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

Shades of Psychedelic Purple #E11FF9

Tints of Psychedelic Purple #E11FF9

Color information

#E11FF9 (or 0xE11FF9) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 1F and F9. RGB value is (225,31,249). Sum of RGB (Red+Green+Blue) = 225+31+249=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 31 (12.5% from 255 or 6.14% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #E11FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11FF9 is #1EE006. Grayscale: #717171. Windows color (decimal): -2023431 or 16326625. OLE color: 16326625.

HSL color Cylindrical-coordinate representation of color #E11FF9: hue angle of 293.39º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11FF9 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB22531249-
CMYK0.100.8800.02
HSL293.39º94.78%54.9%-
HSV(B)293.39º87.55%97.65%-
XYZ48.6423.8391.66-
YUV113.86204.27207.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 31 (12.5% from 255) = 6.14%
BLUE value IS 249 (97.66% from 255) = 49.31%
R=44.55%
G=6.14%
B=49.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal225312490.100.8800.02293.3994.7854.9
HexE11FF9A58021255f37
Octal34137371121300244513767
Binary111000011111111111001101010110000101001001011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11FF9; }

 p { color: rgb(225,31,249); }

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

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

 a { background-color: rgb(225,31,249); }

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

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

 span { border-color: rgb(225,31,249); }

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