#E3B1EA

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

Shades of Plum #E3B1EA

Tints of Plum #E3B1EA

Color information

#E3B1EA (or 0xE3B1EA) is unknown color: approx Plum. HEX triplet: E3, B1 and EA. RGB value is (227,177,234). Sum of RGB (Red+Green+Blue) = 227+177+234=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 177 (69.53% from 255 or 27.74% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3B1EA is #1C4E15. Grayscale: #C6C6C6. Windows color (decimal): -1854998 or 15380963. OLE color: 15380963.

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

Color convert

RGB227177234-
CMYK0.030.2400.08
HSL292.63º57.58%80.59%-
HSV(B)292.63º24.36%91.76%-
XYZ62.2553.7284.93-
YUV198.45148.06148.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.58%
GREEN value IS 177 (69.53% from 255) = 27.74%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=35.58%
G=27.74%
B=36.68%

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
Decimal2271772340.030.2400.08292.6357.5880.59
HexE3B1EA318081253a51
Octal34326135233001044572121
Binary1110001110110001111010101111000010001001001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B1EA; }

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

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

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

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

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

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

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

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