#EAAEE9

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

Shades of Plum #EAAEE9

Tints of Plum #EAAEE9

Color information

#EAAEE9 (or 0xEAAEE9) is unknown color: approx Plum. HEX triplet: EA, AE and E9. RGB value is (234,174,233). Sum of RGB (Red+Green+Blue) = 234+174+233=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEE9 is #155116. Grayscale: #C6C6C6. Windows color (decimal): -1397015 or 15314666. OLE color: 15314666.

HSL color Cylindrical-coordinate representation of color #EAAEE9: hue angle of 301º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEE9 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234174233-
CMYK00.260.000.08
HSL301º58.82%80%-
HSV(B)301º25.64%91.76%-
XYZ63.7853.6584.08-
YUV198.67147.38153.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 233 (91.41% from 255) = 36.35%
R=36.51%
G=27.15%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417423300.260.000.0830158.8280
HexEAAEE901A0812d3b50
Octal35225635103201045573120
Binary111010101010111011101001011010010001001011011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEE9; }

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

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

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

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

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

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

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

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