#E100F9

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

Shades of Psychedelic Purple #E100F9

Tints of Psychedelic Purple #E100F9

Color information

#E100F9 (or 0xE100F9) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 00 and F9. RGB value is (225,0,249). Sum of RGB (Red+Green+Blue) = 225+0+249=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #E100F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100F9 is #1EFF06. Grayscale: #5E5E5E. Windows color (decimal): -2031367 or 16318689. OLE color: 16318689.

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

Color convert

RGB2250249-
CMYK0.10100.02
HSL294.22º100%48.82%-
HSV(B)294.22º100%97.65%-
XYZ48.1522.8591.49-
YUV95.66214.54220.25-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 47.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 249 (97.66% from 255) = 52.53%
R=47.47%
G=0%
B=52.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22502490.10100.02294.2210048.82
HexE10F9A64021266431
Octal3410371121440244614461
Binary11100001011111001101011001000101001001101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E100F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E100F9; }

 p { color: rgb(225,0,249); }

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

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

 a { background-color: rgb(225,0,249); }

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

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

 span { border-color: rgb(225,0,249); }

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