#E5ACED

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

Shades of Plum #E5ACED

Tints of Plum #E5ACED

Color information

#E5ACED (or 0xE5ACED) is unknown color: approx Plum. HEX triplet: E5, AC and ED. RGB value is (229,172,237). Sum of RGB (Red+Green+Blue) = 229+172+237=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ACED is #1A5312. Grayscale: #C4C4C4. Windows color (decimal): -1725203 or 15576293. OLE color: 15576293.

HSL color Cylindrical-coordinate representation of color #E5ACED: hue angle of 292.62º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5ACED is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229172237-
CMYK0.030.2700.07
HSL292.62º64.36%80.2%-
HSV(B)292.62º27.43%92.94%-
XYZ62.3552.2886.93-
YUV196.45150.88151.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.89%
GREEN value IS 172 (67.58% from 255) = 26.96%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=35.89%
G=26.96%
B=37.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291722370.030.2700.07292.6264.3680.2
HexE5ACED31B071254050
Octal34525435533307445100120
Binary1110010110101100111011011111011011110010010110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ACED; }

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

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

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

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

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

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

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

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