#EEAAED

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

Shades of Plum #EEAAED

Tints of Plum #EEAAED

Color information

#EEAAED (or 0xEEAAED) is unknown color: approx Plum. HEX triplet: EE, AA and ED. RGB value is (238,170,237). Sum of RGB (Red+Green+Blue) = 238+170+237=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAED is #115512. Grayscale: #C5C5C5. Windows color (decimal): -1135891 or 15575790. OLE color: 15575790.

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

Color convert

RGB238170237-
CMYK00.290.000.07
HSL300.88º66.67%80%-
HSV(B)300.88º28.57%93.33%-
XYZ64.9253.0486.94-
YUV197.97150.03156.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.90%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=36.90%
G=26.36%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817023700.290.000.07300.8866.6780
HexEEAAED01D0712d4350
Octal35625235503507455103120
Binary111011101010101011101101011101011110010110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAED; }

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

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

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

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

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

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

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

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