#E5ACE8

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

Shades of Plum #E5ACE8

Tints of Plum #E5ACE8

Color information

#E5ACE8 (or 0xE5ACE8) is unknown color: approx Plum. HEX triplet: E5, AC and E8. RGB value is (229,172,232). Sum of RGB (Red+Green+Blue) = 229+172+232=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 172 (67.58% from 255 or 27.17% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACE8 is #1A5317. Grayscale: #C3C3C3. Windows color (decimal): -1725208 or 15248613. OLE color: 15248613.

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

Color convert

RGB229172232-
CMYK0.010.2600.09
HSL297º56.6%79.22%-
HSV(B)297º25.86%90.98%-
XYZ61.6351.9983.13-
YUV195.88148.38151.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.18%
GREEN value IS 172 (67.58% from 255) = 27.17%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=36.18%
G=27.17%
B=36.65%

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
Decimal2291722320.010.2600.0929756.679.22
HexE5ACE811A09129394f
Octal34525435013201145171117
Binary111001011010110011101000111010010011001010011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACE8; }

 p { color: rgb(229,172,232); }

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

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

 a { background-color: rgb(229,172,232); }

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

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

 span { border-color: rgb(229,172,232); }

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