#e3b3eb

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

Shades of Plum #E3B3EB

Tints of Plum #E3B3EB

Color information

#E3B3EB (or 0xE3B3EB) is unknown color: approx Plum. HEX triplet: E3, B3 and EB. RGB value is (227,179,235). Sum of RGB (Red+Green+Blue) = 227+179+235=641 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.41% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3B3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3B3EB is #1C4C14. Grayscale: #C7C7C7. Windows color (decimal): -1854485 or 15447011. OLE color: 15447011.

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

Color convert

RGB227179235-
CMYK0.030.2400.08
HSL291.43º58.33%81.18%-
HSV(B)291.43º23.83%92.16%-
XYZ62.7954.5785.82-
YUV199.74147.9147.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.41%
GREEN value IS 179 (70.31% from 255) = 27.93%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=35.41%
G=27.93%
B=36.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271792350.030.2400.08291.4358.3381.18
HexE3B3EB318081233a51
Octal34326335333001044372121
Binary1110001110110011111010111111000010001001000111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3b3eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3b3eb; }

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

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

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

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

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

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

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

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