#E313FE

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

Shades of Psychedelic Purple #E313FE

Tints of Psychedelic Purple #E313FE

Color information

#E313FE (or 0xE313FE) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 13 and FE. RGB value is (227,19,254). Sum of RGB (Red+Green+Blue) = 227+19+254=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #E313FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313FE is #1CEC01. Grayscale: #6B6B6B. Windows color (decimal): -1895426 or 16651235. OLE color: 16651235.

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

Color convert

RGB22719254-
CMYK0.110.9300.00
HSL293.11º99.16%53.53%-
HSV(B)293.11º92.52%99.61%-
XYZ49.823.9595.76-
YUV107.98210.41212.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.4%
GREEN value IS 19 (7.81% from 255) = 3.8%
BLUE value IS 254 (99.61% from 255) = 50.8%
R=45.4%
G=3.8%
B=50.8%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal227192540.110.9300.00293.1199.1653.53
HexE313FEB5D001256336
Octal34323376131350044514366
Binary11100011100111111111010111011101001001001011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E313FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E313FE; }

 p { color: rgb(227,19,254); }

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

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

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

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

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

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

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