#EAACE7

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

Shades of Plum #EAACE7

Tints of Plum #EAACE7

Color information

#EAACE7 (or 0xEAACE7) is unknown color: approx Plum. HEX triplet: EA, AC and E7. RGB value is (234,172,231). Sum of RGB (Red+Green+Blue) = 234+172+231=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 172 (67.58% from 255 or 27.00% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACE7 is #155318. Grayscale: #C5C5C5. Windows color (decimal): -1397529 or 15183082. OLE color: 15183082.

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

Color convert

RGB234172231-
CMYK00.260.010.08
HSL302.9º59.62%79.61%-
HSV(B)302.9º26.5%91.76%-
XYZ63.1152.7782.46-
YUV197.26147.04154.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.73%
GREEN value IS 172 (67.58% from 255) = 27.00%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=36.73%
G=27.00%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417223100.260.010.08302.959.6279.61
HexEAACE701A1812f3c50
Octal35225434703211045774120
Binary111010101010110011100111011010110001001011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACE7; }

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

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

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

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

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

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

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

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