#E205FF

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

Shades of Psychedelic Purple #E205FF

Tints of Psychedelic Purple #E205FF

Color information

#E205FF (or 0xE205FF) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 05 and FF. RGB value is (226,5,255). Sum of RGB (Red+Green+Blue) = 226+5+255=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 5 (2.34% from 255 or 1.03% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #E205FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E205FF is #1DFA00. Grayscale: #626262. Windows color (decimal): -1964545 or 16713186. OLE color: 16713186.

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

Color convert

RGB2265255-
CMYK0.110.9800
HSL293.04º100%50.98%-
HSV(B)293.04º98.04%100%-
XYZ49.4723.596.54-
YUV99.58215.72218.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.50%
GREEN value IS 5 (2.34% from 255) = 1.03%
BLUE value IS 255 (100% from 255) = 52.47%
R=46.50%
G=1.03%
B=52.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal22652550.110.9800293.0410050.98
HexE25FFB62001256433
Octal3425377131420044514463
Binary111000101011111111110111100010001001001011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E205FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E205FF; }

 p { color: rgb(226,5,255); }

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

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

 a { background-color: rgb(226,5,255); }

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

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

 span { border-color: rgb(226,5,255); }

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