#E100EA

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

Shades of Psychedelic Purple #E100EA

Tints of Psychedelic Purple #E100EA

Color information

#E100EA (or 0xE100EA) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 00 and EA. RGB value is (225,0,234). Sum of RGB (Red+Green+Blue) = 225+0+234=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #E100EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100EA is #1EFF15. Grayscale: #5D5D5D. Windows color (decimal): -2031382 or 15335649. OLE color: 15335649.

HSL color Cylindrical-coordinate representation of color #E100EA: hue angle of 297.69º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100EA is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2250234-
CMYK0.04100.08
HSL297.69º100%45.88%-
HSV(B)297.69º100%91.76%-
XYZ45.921.9579.66-
YUV93.95207.04221.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=49.02%
G=0%
B=50.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22502340.04100.08297.6910045.88
HexE10EA4640812a642e
Octal3410352414401045214456
Binary111000010111010101001100100010001001010101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E100EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E100EA; }

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

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

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

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

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

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

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

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