#E5AEE9

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

Shades of Plum #E5AEE9

Tints of Plum #E5AEE9

Color information

#E5AEE9 (or 0xE5AEE9) is unknown color: approx Plum. HEX triplet: E5, AE and E9. RGB value is (229,174,233). Sum of RGB (Red+Green+Blue) = 229+174+233=636 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.01% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #E5AEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEE9 is #1A5116. Grayscale: #C4C4C4. Windows color (decimal): -1724695 or 15314661. OLE color: 15314661.

HSL color Cylindrical-coordinate representation of color #E5AEE9: hue angle of 295.93º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5AEE9 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB229174233-
CMYK0.020.2500.09
HSL295.93º57.28%79.8%-
HSV(B)295.93º25.32%91.37%-
XYZ62.1652.8184.01-
YUV197.17148.22150.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.01%
GREEN value IS 174 (68.36% from 255) = 27.36%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=36.01%
G=27.36%
B=36.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2291742330.020.2500.09295.9357.2879.8
HexE5AEE9219091283950
Octal34525635123101145071120
Binary1110010110101110111010011011001010011001010001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEE9; }

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

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

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

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

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

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

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

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