#E40BE2

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

Shades of Psychedelic Purple #E40BE2

Tints of Psychedelic Purple #E40BE2

Color information

#E40BE2 (or 0xE40BE2) is unknown color: approx Psychedelic Purple. HEX triplet: E4, 0B and E2. RGB value is (228,11,226). Sum of RGB (Red+Green+Blue) = 228+11+226=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 11 (4.69% from 255 or 2.37% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BE2 is #1BF41D. Grayscale: #636363. Windows color (decimal): -1831966 or 14814180. OLE color: 14814180.

HSL color Cylindrical-coordinate representation of color #E40BE2: hue angle of 300.55º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40BE2 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB22811226-
CMYK00.950.010.11
HSL300.55º90.79%46.86%-
HSV(B)300.55º95.18%89.41%-
XYZ45.8422.2273.83-
YUV100.39198.89219.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.03%
GREEN value IS 11 (4.69% from 255) = 2.37%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=49.03%
G=2.37%
B=48.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281122600.950.010.11300.5590.7946.86
HexE4BE205F1B12d5b2f
Octal34413342013711345513357
Binary1110010010111110001001011111110111001011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40BE2; }

 p { color: rgb(228,11,226); }

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

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

 a { background-color: rgb(228,11,226); }

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

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

 span { border-color: rgb(228,11,226); }

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