#E5AAEC

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

Shades of Plum #E5AAEC

Tints of Plum #E5AAEC

Color information

#E5AAEC (or 0xE5AAEC) is unknown color: approx Plum. HEX triplet: E5, AA and EC. RGB value is (229,170,236). Sum of RGB (Red+Green+Blue) = 229+170+236=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAEC is #1A5513. Grayscale: #C2C2C2. Windows color (decimal): -1725716 or 15510245. OLE color: 15510245.

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

Color convert

RGB229170236-
CMYK0.030.2800.07
HSL293.64º63.46%79.61%-
HSV(B)293.64º27.97%92.55%-
XYZ61.8351.4686.03-
YUV195.16151.05152.13-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.06%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=36.06%
G=26.77%
B=37.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291702360.030.2800.07293.6463.4679.61
HexE5AAEC31C071263f50
Octal3452523543340744677120
Binary111001011010101011101100111110001111001001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAEC; }

 p { color: rgb(229,170,236); }

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

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

 a { background-color: rgb(229,170,236); }

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

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

 span { border-color: rgb(229,170,236); }

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