#EAACEA

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

Shades of Plum #EAACEA

Tints of Plum #EAACEA

Color information

#EAACEA (or 0xEAACEA) is unknown color: approx Plum. HEX triplet: EA, AC and EA. RGB value is (234,172,234). Sum of RGB (Red+Green+Blue) = 234+172+234=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 172 (67.58% from 255 or 26.88% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAACEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAACEA is #155315. Grayscale: #C5C5C5. Windows color (decimal): -1397526 or 15379690. OLE color: 15379690.

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

Color convert

RGB234172234-
CMYK00.2600.08
HSL300º59.62%79.61%-
HSV(B)300º26.5%91.76%-
XYZ63.5452.9484.71-
YUV197.61148.54153.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 172 (67.58% from 255) = 26.88%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=36.56%
G=26.88%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417223400.2600.0830059.6279.61
HexEAACEA01A0812c3c50
Octal35225435203201045474120
Binary111010101010110011101010011010010001001011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAACEA; }

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

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

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

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

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

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

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

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