#E312FC

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

Shades of Psychedelic Purple #E312FC

Tints of Psychedelic Purple #E312FC

Color information

#E312FC (or 0xE312FC) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 12 and FC. RGB value is (227,18,252). Sum of RGB (Red+Green+Blue) = 227+18+252=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E312FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E312FC is #1CED03. Grayscale: #6A6A6A. Windows color (decimal): -1895684 or 16519907. OLE color: 16519907.

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

Color convert

RGB22718252-
CMYK0.100.9300.01
HSL293.59º97.5%52.94%-
HSV(B)293.59º92.86%98.82%-
XYZ49.4723.7994.08-
YUV107.17209.74213.47-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.67%
GREEN value IS 18 (7.42% from 255) = 3.62%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=45.67%
G=3.62%
B=50.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal227182520.100.9300.01293.5997.552.94
HexE312FCA5D011266235
Octal34322374121350144614265
Binary11100011100101111110010101011101011001001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E312FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E312FC; }

 p { color: rgb(227,18,252); }

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

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

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

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

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

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

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