#E3ACED

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

Shades of Plum #E3ACED

Tints of Plum #E3ACED

Color information

#E3ACED (or 0xE3ACED) is unknown color: approx Plum. HEX triplet: E3, AC and ED. RGB value is (227,172,237). Sum of RGB (Red+Green+Blue) = 227+172+237=636 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.69% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3ACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ACED is #1C5312. Grayscale: #C3C3C3. Windows color (decimal): -1856275 or 15576291. OLE color: 15576291.

HSL color Cylindrical-coordinate representation of color #E3ACED: hue angle of 290.77º 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 #E3ACED is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227172237-
CMYK0.040.2700.07
HSL290.77º64.36%80.2%-
HSV(B)290.77º27.43%92.94%-
XYZ61.7251.9586.9-
YUV195.86151.22150.21-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.69%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=35.69%
G=27.04%
B=37.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271722370.040.2700.07290.7764.3680.2
HexE3ACED41B071234050
Octal34325435543307443100120
Binary11100011101011001110110110011011011110010001110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ACED; }

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

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

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

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

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

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

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

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