#E100EB

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

Shades of Psychedelic Purple #E100EB

Tints of Psychedelic Purple #E100EB

Color information

#E100EB (or 0xE100EB) is unknown color: approx Psychedelic Purple. HEX triplet: E1, 00 and EB. RGB value is (225,0,235). Sum of RGB (Red+Green+Blue) = 225+0+235=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #E100EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E100EB is #1EFF14. Grayscale: #5D5D5D. Windows color (decimal): -2031381 or 15401185. OLE color: 15401185.

HSL color Cylindrical-coordinate representation of color #E100EB: hue angle of 297.45º 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 #E100EB is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2250235-
CMYK0.04100.08
HSL297.45º100%46.08%-
HSV(B)297.45º100%92.16%-
XYZ46.0522.0180.42-
YUV94.06207.54221.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 48.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=48.91%
G=0%
B=51.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22502350.04100.08297.4510046.08
HexE10EB46408129642e
Octal3410353414401045114456
Binary111000010111010111001100100010001001010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E100EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E100EB; }

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

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

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

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

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

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

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

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