#E5AAEA

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

Shades of Plum #E5AAEA

Tints of Plum #E5AAEA

Color information

#E5AAEA (or 0xE5AAEA) is unknown color: approx Plum. HEX triplet: E5, AA and EA. RGB value is (229,170,234). Sum of RGB (Red+Green+Blue) = 229+170+234=633 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.18% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5AAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAEA is #1A5515. Grayscale: #C2C2C2. Windows color (decimal): -1725718 or 15379173. OLE color: 15379173.

HSL color Cylindrical-coordinate representation of color #E5AAEA: hue angle of 295.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E5AAEA is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229170234-
CMYK0.020.2700.08
HSL295.31º60.38%79.22%-
HSV(B)295.31º27.35%91.76%-
XYZ61.5451.3584.51-
YUV194.94150.05152.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.18%
GREEN value IS 170 (66.80% from 255) = 26.86%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=36.18%
G=26.86%
B=36.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2291702340.020.2700.08295.3160.3879.22
HexE5AAEA21B081273c4f
Octal34525235223301044774117
Binary1110010110101010111010101011011010001001001111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAEA; }

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

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

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

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

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

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

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

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