#E31FFD

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

Shades of Psychedelic Purple #E31FFD

Tints of Psychedelic Purple #E31FFD

Color information

#E31FFD (or 0xE31FFD) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 1F and FD. RGB value is (227,31,253). Sum of RGB (Red+Green+Blue) = 227+31+253=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #E31FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E31FFD is #1CE002. Grayscale: #727272. Windows color (decimal): -1892355 or 16588771. OLE color: 16588771.

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

Color convert

RGB22731253-
CMYK0.100.8800.01
HSL292.97º98.23%55.69%-
HSV(B)292.97º87.75%99.22%-
XYZ49.924.495.01-
YUV114.91205.93207.95-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.42%
GREEN value IS 31 (12.5% from 255) = 6.07%
BLUE value IS 253 (99.22% from 255) = 49.51%
R=44.42%
G=6.07%
B=49.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal227312530.100.8800.01292.9798.2355.69
HexE31FFDA58011256238
Octal34337375121300144514270
Binary11100011111111111110110101011000011001001011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31FFD; }

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

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

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

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

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

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

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

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