#E6ACE9

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

Shades of Plum #E6ACE9

Tints of Plum #E6ACE9

Color information

#E6ACE9 (or 0xE6ACE9) is unknown color: approx Plum. HEX triplet: E6, AC and E9. RGB value is (230,172,233). Sum of RGB (Red+Green+Blue) = 230+172+233=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 172 (67.58% from 255 or 27.09% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6ACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ACE9 is #195316. Grayscale: #C4C4C4. Windows color (decimal): -1659671 or 15314150. OLE color: 15314150.

HSL color Cylindrical-coordinate representation of color #E6ACE9: hue angle of 297.05º 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 #E6ACE9 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB230172233-
CMYK0.010.2600.09
HSL297.05º58.1%79.41%-
HSV(B)297.05º26.18%91.37%-
XYZ62.0952.2183.9-
YUV196.3148.72152.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 172 (67.58% from 255) = 27.09%
BLUE value IS 233 (91.41% from 255) = 36.69%
R=36.22%
G=27.09%
B=36.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2301722330.010.2600.09297.0558.179.41
HexE6ACE911A091293a4f
Octal34625435113201145172117
Binary111001101010110011101001111010010011001010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ACE9; }

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

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

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

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

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

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

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

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