#E308FE

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

Shades of Psychedelic Purple #E308FE

Tints of Psychedelic Purple #E308FE

Color information

#E308FE (or 0xE308FE) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 08 and FE. RGB value is (227,8,254). Sum of RGB (Red+Green+Blue) = 227+8+254=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 8 (3.52% from 255 or 1.64% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #E308FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E308FE is #1CF701. Grayscale: #646464. Windows color (decimal): -1898242 or 16648419. OLE color: 16648419.

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

Color convert

RGB2278254-
CMYK0.110.9700.00
HSL293.41º99.19%51.37%-
HSV(B)293.41º96.85%99.61%-
XYZ49.6523.6695.72-
YUV101.52214.05217.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.42%
GREEN value IS 8 (3.52% from 255) = 1.64%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=46.42%
G=1.64%
B=51.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal22782540.110.9700.00293.4199.1951.37
HexE38FEB61001256333
Octal34310376131410044514363
Binary1110001110001111111010111100001001001001011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E308FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E308FE; }

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

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

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

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

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

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

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

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