#EAA9E3

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

Shades of Plum #EAA9E3

Tints of Plum #EAA9E3

Color information

#EAA9E3 (or 0xEAA9E3) is unknown color: approx Plum. HEX triplet: EA, A9 and E3. RGB value is (234,169,227). Sum of RGB (Red+Green+Blue) = 234+169+227=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 227 (89.06% from 255 or 36.03% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9E3 is #15561C. Grayscale: #C2C2C2. Windows color (decimal): -1398301 or 14920170. OLE color: 14920170.

HSL color Cylindrical-coordinate representation of color #EAA9E3: hue angle of 306.46º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9E3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234169227-
CMYK00.280.030.08
HSL306.46º60.75%79.02%-
HSV(B)306.46º27.78%91.76%-
XYZ61.9851.4179.33-
YUV195.05146.03155.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.14%
GREEN value IS 169 (66.41% from 255) = 26.83%
BLUE value IS 227 (89.06% from 255) = 36.03%
R=37.14%
G=26.83%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416922700.280.030.08306.4660.7579.02
HexEAA9E301C381323d4f
Octal35225134303431046275117
Binary1110101010101001111000110111001110001001100101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9E3; }

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

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

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

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

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

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

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

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