#EAACE9

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

Shades of Plum #EAACE9

Tints of Plum #EAACE9

Color information

#EAACE9 (or 0xEAACE9) is unknown color: approx Plum. HEX triplet: EA, AC and E9. RGB value is (234,172,233). Sum of RGB (Red+Green+Blue) = 234+172+233=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 172 (67.58% from 255 or 26.92% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACE9 is #155316. Grayscale: #C5C5C5. Windows color (decimal): -1397527 or 15314154. OLE color: 15314154.

HSL color Cylindrical-coordinate representation of color #EAACE9: hue angle of 300.97º degrees, saturation: 0.6, 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 #EAACE9 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234172233-
CMYK00.260.000.08
HSL300.97º59.62%79.61%-
HSV(B)300.97º26.5%91.76%-
XYZ63.3952.8883.96-
YUV197.49148.04154.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 172 (67.58% from 255) = 26.92%
BLUE value IS 233 (91.41% from 255) = 36.46%
R=36.62%
G=26.92%
B=36.46%

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
Decimal23417223300.260.000.08300.9759.6279.61
HexEAACE901A0812d3c50
Octal35225435103201045574120
Binary111010101010110011101001011010010001001011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACE9; }

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

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

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

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

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

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

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

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