#E5ACE4

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

Shades of Plum #E5ACE4

Tints of Plum #E5ACE4

Color information

#E5ACE4 (or 0xE5ACE4) is unknown color: approx Plum. HEX triplet: E5, AC and E4. RGB value is (229,172,228). Sum of RGB (Red+Green+Blue) = 229+172+228=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ACE4 is #1A531B. Grayscale: #C3C3C3. Windows color (decimal): -1725212 or 14986469. OLE color: 14986469.

HSL color Cylindrical-coordinate representation of color #E5ACE4: hue angle of 301.05º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ACE4 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB229172228-
CMYK00.250.000.10
HSL301.05º52.29%78.63%-
HSV(B)301.05º24.89%89.8%-
XYZ61.0751.7680.17-
YUV195.43146.38151.95-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.41%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 228 (89.45% from 255) = 36.25%
R=36.41%
G=27.34%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917222800.250.000.10301.0552.2978.63
HexE5ACE40190A12d344f
Octal34525434403101245564117
Binary111001011010110011100100011001010101001011011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACE4; }

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

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

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

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

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

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

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

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