#E31FE3

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

Shades of Psychedelic Purple #E31FE3

Tints of Psychedelic Purple #E31FE3

Color information

#E31FE3 (or 0xE31FE3) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 1F and E3. RGB value is (227,31,227). Sum of RGB (Red+Green+Blue) = 227+31+227=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E31FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31FE3 is #1CE01C. Grayscale: #6F6F6F. Windows color (decimal): -1892381 or 14884835. OLE color: 14884835.

HSL color Cylindrical-coordinate representation of color #E31FE3: hue angle of 300º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E31FE3 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22731227-
CMYK00.8600.11
HSL300º77.78%50.59%-
HSV(B)300º86.34%89.02%-
XYZ46.0322.8674.66-
YUV111.95192.93210.06-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.80%
GREEN value IS 31 (12.5% from 255) = 6.39%
BLUE value IS 227 (89.06% from 255) = 46.80%
R=46.80%
G=6.39%
B=46.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273122700.8600.1130077.7850.59
HexE31FE30560B12c4e33
Octal34337343012601345411663
Binary11100011111111110001101010110010111001011001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31FE3; }

 p { color: rgb(227,31,227); }

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

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

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

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

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

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

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