#E3ACE9

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

Shades of Plum #E3ACE9

Tints of Plum #E3ACE9

Color information

#E3ACE9 (or 0xE3ACE9) is unknown color: approx Plum. HEX triplet: E3, AC and E9. RGB value is (227,172,233). Sum of RGB (Red+Green+Blue) = 227+172+233=632 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.92% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 233 (91.41% from 255 or 36.87% from 632); Max value from RGB is 233 - color contains mainly: blue. Hex color #E3ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ACE9 is #1C5316. Grayscale: #C3C3C3. Windows color (decimal): -1856279 or 15314147. OLE color: 15314147.

HSL color Cylindrical-coordinate representation of color #E3ACE9: hue angle of 294.1º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E3ACE9 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB227172233-
CMYK0.030.2600.09
HSL294.1º58.1%79.41%-
HSV(B)294.1º26.18%91.37%-
XYZ61.1451.7283.85-
YUV195.4149.22150.54-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.92%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 233 (91.41% from 255) = 36.87%
R=35.92%
G=27.22%
B=36.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2271722330.030.2600.09294.158.179.41
HexE3ACE931A091263a4f
Octal34325435133201144672117
Binary1110001110101100111010011111010010011001001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ACE9; }

 p { color: rgb(227,172,233); }

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

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

 a { background-color: rgb(227,172,233); }

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

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

 span { border-color: rgb(227,172,233); }

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