#E5AEED

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

Shades of Plum #E5AEED

Tints of Plum #E5AEED

Color information

#E5AEED (or 0xE5AEED) is unknown color: approx Plum. HEX triplet: E5, AE and ED. RGB value is (229,174,237). Sum of RGB (Red+Green+Blue) = 229+174+237=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #E5AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEED is #1A5112. Grayscale: #C5C5C5. Windows color (decimal): -1724691 or 15576805. OLE color: 15576805.

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

Color convert

RGB229174237-
CMYK0.030.2700.07
HSL292.38º63.64%80.59%-
HSV(B)292.38º26.58%92.94%-
XYZ62.7453.0487.05-
YUV197.63150.22150.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.78%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=35.78%
G=27.19%
B=37.03%

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
Decimal2291742370.030.2700.07292.3863.6480.59
HexE5AEED31B071244051
Octal34525635533307444100121
Binary1110010110101110111011011111011011110010010010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEED; }

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

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

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

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

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

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

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

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