#EAAEEA

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

Shades of Plum #EAAEEA

Tints of Plum #EAAEEA

Color information

#EAAEEA (or 0xEAAEEA) is unknown color: approx Plum. HEX triplet: EA, AE and EA. RGB value is (234,174,234). Sum of RGB (Red+Green+Blue) = 234+174+234=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAAEEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEEA is #155115. Grayscale: #C6C6C6. Windows color (decimal): -1397014 or 15380202. OLE color: 15380202.

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

Color convert

RGB234174234-
CMYK00.2600.08
HSL300º58.82%80%-
HSV(B)300º25.64%91.76%-
XYZ63.9253.7184.84-
YUV198.78147.88153.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 234 (91.80% from 255) = 36.45%
R=36.45%
G=27.10%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417423400.2600.0830058.8280
HexEAAEEA01A0812c3b50
Octal35225635203201045473120
Binary111010101010111011101010011010010001001011001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEEA; }

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

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

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

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

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

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

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

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