#E9AAF1

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

Shades of Plum #E9AAF1

Tints of Plum #E9AAF1

Color information

#E9AAF1 (or 0xE9AAF1) is unknown color: approx Plum. HEX triplet: E9, AA and F1. RGB value is (233,170,241). Sum of RGB (Red+Green+Blue) = 233+170+241=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #E9AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAF1 is #16550E. Grayscale: #C4C4C4. Windows color (decimal): -1463567 or 15837929. OLE color: 15837929.

HSL color Cylindrical-coordinate representation of color #E9AAF1: hue angle of 293.24º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9AAF1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233170241-
CMYK0.030.2900.05
HSL293.24º71.72%80.59%-
HSV(B)293.24º29.46%94.51%-
XYZ63.8652.4289.97-
YUV196.93152.87153.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.18%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=36.18%
G=26.40%
B=37.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331702410.030.2900.05293.2471.7280.59
HexE9AAF131D051254851
Octal35125236133505445110121
Binary1110100110101010111100011111101010110010010110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AAF1; }

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

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

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

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

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

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

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

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