#EAA9EC

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

Shades of Plum #EAA9EC

Tints of Plum #EAA9EC

Color information

#EAA9EC (or 0xEAA9EC) is unknown color: approx Plum. HEX triplet: EA, A9 and EC. RGB value is (234,169,236). Sum of RGB (Red+Green+Blue) = 234+169+236=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 169 (66.41% from 255 or 26.45% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAA9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9EC is #155613. Grayscale: #C3C3C3. Windows color (decimal): -1398292 or 15509994. OLE color: 15509994.

HSL color Cylindrical-coordinate representation of color #EAA9EC: hue angle of 298.21º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9EC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234169236-
CMYK0.010.2800.07
HSL298.21º63.81%79.41%-
HSV(B)298.21º28.39%92.55%-
XYZ63.2651.9286.05-
YUV196.07150.53155.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 169 (66.41% from 255) = 26.45%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=36.62%
G=26.45%
B=36.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341692360.010.2800.07298.2163.8179.41
HexEAA9EC11C0712a404f
Octal35225135413407452100117
Binary111010101010100111101100111100011110010101010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9EC; }

 p { color: rgb(234,169,236); }

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

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

 a { background-color: rgb(234,169,236); }

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

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

 span { border-color: rgb(234,169,236); }

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