#E405FE

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

Shades of Psychedelic Purple #E405FE

Tints of Psychedelic Purple #E405FE

Color information

#E405FE (or 0xE405FE) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 05 and FE. RGB value is (228,5,254). Sum of RGB (Red+Green+Blue) = 228+5+254=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 5 (2.34% from 255 or 1.03% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #E405FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E405FE is #1BFA01. Grayscale: #636363. Windows color (decimal): -1833474 or 16647652. OLE color: 16647652.

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

Color convert

RGB2285254-
CMYK0.100.9800.00
HSL293.73º99.2%50.78%-
HSV(B)293.73º98.03%99.61%-
XYZ49.9423.7695.72-
YUV100.06214.88219.25-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.82%
GREEN value IS 5 (2.34% from 255) = 1.03%
BLUE value IS 254 (99.61% from 255) = 52.16%
R=46.82%
G=1.03%
B=52.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal22852540.100.9800.00293.7399.250.78
HexE45FEA62001266333
Octal3445376121420044614363
Binary111001001011111111010101100010001001001101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E405FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E405FE; }

 p { color: rgb(228,5,254); }

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

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

 a { background-color: rgb(228,5,254); }

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

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

 span { border-color: rgb(228,5,254); }

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