#E200EB

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

Shades of Psychedelic Purple #E200EB

Tints of Psychedelic Purple #E200EB

Color information

#E200EB (or 0xE200EB) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 00 and EB. RGB value is (226,0,235). Sum of RGB (Red+Green+Blue) = 226+0+235=461 (61% of max value = 765). Red value is 226 (88.67% from 255 or 49.02% from 461); Green value is 0 (0.39% from 255 or 0% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #E200EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E200EB is #1DFF14. Grayscale: #5D5D5D. Windows color (decimal): -1965845 or 15401186. OLE color: 15401186.

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

Color convert

RGB2260235-
CMYK0.04100.08
HSL297.7º100%46.08%-
HSV(B)297.7º100%92.16%-
XYZ46.3622.1780.43-
YUV94.36207.37221.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 235 (92.19% 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
Decimal22602350.04100.08297.710046.08
HexE20EB4640812a642e
Octal3420353414401045214456
Binary111000100111010111001100100010001001010101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E200EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E200EB; }

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

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

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

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

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

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

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

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