#E20BE3

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

Shades of Psychedelic Purple #E20BE3

Tints of Psychedelic Purple #E20BE3

Color information

#E20BE3 (or 0xE20BE3) is unknown color: approx Psychedelic Purple. HEX triplet: E2, 0B and E3. RGB value is (226,11,227). Sum of RGB (Red+Green+Blue) = 226+11+227=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #E20BE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20BE3 is #1DF41C. Grayscale: #636363. Windows color (decimal): -1963037 or 14879714. OLE color: 14879714.

HSL color Cylindrical-coordinate representation of color #E20BE3: hue angle of 299.72º 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 #E20BE3 is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB22611227-
CMYK0.000.9500.11
HSL299.72º90.76%46.67%-
HSV(B)299.72º95.15%89.02%-
XYZ45.3521.9574.52-
YUV99.91199.73217.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.71%
GREEN value IS 11 (4.69% from 255) = 2.37%
BLUE value IS 227 (89.06% from 255) = 48.92%
R=48.71%
G=2.37%
B=48.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226112270.000.9500.11299.7290.7646.67
HexE2BE305F0B12c5b2f
Octal34213343013701345413357
Binary1110001010111110001101011111010111001011001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20BE3; }

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

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

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

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

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

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

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

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