#e9aaea

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

Shades of Plum #E9AAEA

Tints of Plum #E9AAEA

Color information

#E9AAEA (or 0xE9AAEA) is unknown color: approx Plum. HEX triplet: E9, AA and EA. RGB value is (233,170,234). Sum of RGB (Red+Green+Blue) = 233+170+234=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9AAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAEA is #165515. Grayscale: #C3C3C3. Windows color (decimal): -1463574 or 15379177. OLE color: 15379177.

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

Color convert

RGB233170234-
CMYK0.000.2700.08
HSL299.06º60.38%79.22%-
HSV(B)299.06º27.35%91.76%-
XYZ62.8352.0184.57-
YUV196.13149.37154.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.58%
GREEN value IS 170 (66.80% from 255) = 26.69%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=36.58%
G=26.69%
B=36.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331702340.000.2700.08299.0660.3879.22
HexE9AAEA01B0812b3c4f
Octal35125235203301045374117
Binary111010011010101011101010011011010001001010111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9aaea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9aaea; }

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

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

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

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

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

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

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

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