#E3B1EB

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

Shades of Plum #E3B1EB

Tints of Plum #E3B1EB

Color information

#E3B1EB (or 0xE3B1EB) is unknown color: approx Plum. HEX triplet: E3, B1 and EB. RGB value is (227,177,235). Sum of RGB (Red+Green+Blue) = 227+177+235=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3B1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B1EB is #1C4E14. Grayscale: #C6C6C6. Windows color (decimal): -1854997 or 15446499. OLE color: 15446499.

HSL color Cylindrical-coordinate representation of color #E3B1EB: hue angle of 291.72º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E3B1EB is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB227177235-
CMYK0.030.2500.08
HSL291.72º59.18%80.78%-
HSV(B)291.72º24.68%92.16%-
XYZ62.453.7785.69-
YUV198.56148.56148.28-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.52%
GREEN value IS 177 (69.53% from 255) = 27.70%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=35.52%
G=27.70%
B=36.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271772350.030.2500.08291.7259.1880.78
HexE3B1EB319081243b51
Octal34326135333101044473121
Binary1110001110110001111010111111001010001001001001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B1EB; }

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

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

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

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

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

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

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

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