#E300EB

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

Shades of Psychedelic Purple #E300EB

Tints of Psychedelic Purple #E300EB

Color information

#E300EB (or 0xE300EB) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 00 and EB. RGB value is (227,0,235). Sum of RGB (Red+Green+Blue) = 227+0+235=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 0 (0.39% from 255 or 0% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #E300EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E300EB is #1CFF14. Grayscale: #5D5D5D. Windows color (decimal): -1900309 or 15401187. OLE color: 15401187.

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

Color convert

RGB2270235-
CMYK0.03100.08
HSL297.96º100%46.08%-
HSV(B)297.96º100%92.16%-
XYZ46.6722.3380.45-
YUV94.66207.21222.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 49.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=49.13%
G=0%
B=50.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22702350.03100.08297.9610046.08
HexE30EB3640812a642e
Octal3430353314401045214456
Binary11100011011101011111100100010001001010101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E300EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E300EB; }

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

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

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

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

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

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

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

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