#EAA9ED

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

Shades of Plum #EAA9ED

Tints of Plum #EAA9ED

Color information

#EAA9ED (or 0xEAA9ED) is unknown color: approx Plum. HEX triplet: EA, A9 and ED. RGB value is (234,169,237). Sum of RGB (Red+Green+Blue) = 234+169+237=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 169 (66.41% from 255 or 26.41% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAA9ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA9ED is #155612. Grayscale: #C3C3C3. Windows color (decimal): -1398291 or 15575530. OLE color: 15575530.

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

Color convert

RGB234169237-
CMYK0.010.2900.07
HSL297.35º65.38%79.61%-
HSV(B)297.35º28.69%92.94%-
XYZ63.4151.9886.81-
YUV196.19151.03154.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 169 (66.41% from 255) = 26.41%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=36.56%
G=26.41%
B=37.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341692370.010.2900.07297.3565.3879.61
HexEAA9ED11D071294150
Octal35225135513507451101120
Binary111010101010100111101101111101011110010100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9ED; }

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

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

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

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

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

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

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

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