#EAAAED

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

Shades of Plum #EAAAED

Tints of Plum #EAAAED

Color information

#EAAAED (or 0xEAAAED) is unknown color: approx Plum. HEX triplet: EA, AA and ED. RGB value is (234,170,237). Sum of RGB (Red+Green+Blue) = 234+170+237=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAED is #155512. Grayscale: #C4C4C4. Windows color (decimal): -1398035 or 15575786. OLE color: 15575786.

HSL color Cylindrical-coordinate representation of color #EAAAED: hue angle of 297.31º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAAED is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234170237-
CMYK0.010.2800.07
HSL297.31º65.05%79.8%-
HSV(B)297.31º28.27%92.94%-
XYZ63.5952.3686.87-
YUV196.77150.7154.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.51%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=36.51%
G=26.52%
B=36.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341702370.010.2800.07297.3165.0579.8
HexEAAAED11C071294150
Octal35225235513407451101120
Binary111010101010101011101101111100011110010100110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAED; }

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

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

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

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

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

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

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

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