#E31DFF

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

Shades of Psychedelic Purple #E31DFF

Tints of Psychedelic Purple #E31DFF

Color information

#E31DFF (or 0xE31DFF) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 1D and FF. RGB value is (227,29,255). Sum of RGB (Red+Green+Blue) = 227+29+255=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #E31DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31DFF is #1CE200. Grayscale: #717171. Windows color (decimal): -1892865 or 16719331. OLE color: 16719331.

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

Color convert

RGB22729255-
CMYK0.110.8900
HSL292.57º100%55.69%-
HSV(B)292.57º88.63%100%-
XYZ50.1724.4396.68-
YUV113.97207.6208.62-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.42%
GREEN value IS 29 (11.72% from 255) = 5.68%
BLUE value IS 255 (100% from 255) = 49.90%
R=44.42%
G=5.68%
B=49.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal227292550.110.8900292.5710055.69
HexE31DFFB59001256438
Octal34335377131310044514470
Binary11100011111011111111110111011001001001001011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31DFF; }

 p { color: rgb(227,29,255); }

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

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

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

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

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

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

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