#E311F0

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

Shades of Psychedelic Purple #E311F0

Tints of Psychedelic Purple #E311F0

Color information

#E311F0 (or 0xE311F0) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 11 and F0. RGB value is (227,17,240). Sum of RGB (Red+Green+Blue) = 227+17+240=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #E311F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E311F0 is #1CEE0F. Grayscale: #686868. Windows color (decimal): -1895952 or 15733219. OLE color: 15733219.

HSL color Cylindrical-coordinate representation of color #E311F0: hue angle of 296.5º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E311F0 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB22717240-
CMYK0.050.9300.06
HSL296.5º88.14%50.39%-
HSV(B)296.5º92.92%94.12%-
XYZ47.6123.0284.37-
YUV105.21204.07214.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.90%
GREEN value IS 17 (7.03% from 255) = 3.51%
BLUE value IS 240 (94.14% from 255) = 49.59%
R=46.90%
G=3.51%
B=49.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal227172400.050.9300.06296.588.1450.39
HexE311F055D061295832
Octal3432136051350645113062
Binary111000111000111110000101101110101101001010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E311F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E311F0; }

 p { color: rgb(227,17,240); }

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

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

 a { background-color: rgb(227,17,240); }

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

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

 span { border-color: rgb(227,17,240); }

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