#EAAAEA

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

Shades of Plum #EAAAEA

Tints of Plum #EAAAEA

Color information

#EAAAEA (or 0xEAAAEA) is unknown color: approx Plum. HEX triplet: EA, AA and EA. RGB value is (234,170,234). Sum of RGB (Red+Green+Blue) = 234+170+234=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAAAEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEA is #155515. Grayscale: #C4C4C4. Windows color (decimal): -1398038 or 15379178. OLE color: 15379178.

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

Color convert

RGB234170234-
CMYK00.2700.08
HSL300º60.38%79.22%-
HSV(B)300º27.35%91.76%-
XYZ63.1652.1884.59-
YUV196.43149.2154.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.68%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=36.68%
G=26.65%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417023400.2700.0830060.3879.22
HexEAAAEA01B0812c3c4f
Octal35225235203301045474117
Binary111010101010101011101010011011010001001011001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAEA; }

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

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

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

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

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

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

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

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