#e9aaf2

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

Shades of Plum #E9AAF2

Tints of Plum #E9AAF2

Color information

#E9AAF2 (or 0xE9AAF2) is unknown color: approx Plum. HEX triplet: E9, AA and F2. RGB value is (233,170,242). Sum of RGB (Red+Green+Blue) = 233+170+242=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAF2 is #16550D. Grayscale: #C4C4C4. Windows color (decimal): -1463566 or 15903465. OLE color: 15903465.

HSL color Cylindrical-coordinate representation of color #E9AAF2: hue angle of 292.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9AAF2 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233170242-
CMYK0.040.3000.05
HSL292.5º73.47%80.78%-
HSV(B)292.5º29.75%94.9%-
XYZ64.0152.4890.76-
YUV197.04153.37153.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 36.12%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=36.12%
G=26.36%
B=37.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2331702420.040.3000.05292.573.4780.78
HexE9AAF241E051244951
Octal35125236243605444111121
Binary11101001101010101111001010011110010110010010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9aaf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9aaf2; }

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

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

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

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

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

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

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

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