#EEAAEC

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

Shades of Plum #EEAAEC

Tints of Plum #EEAAEC

Color information

#EEAAEC (or 0xEEAAEC) is unknown color: approx Plum. HEX triplet: EE, AA and EC. RGB value is (238,170,236). Sum of RGB (Red+Green+Blue) = 238+170+236=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEAAEC is #115513. Grayscale: #C5C5C5. Windows color (decimal): -1135892 or 15510254. OLE color: 15510254.

HSL color Cylindrical-coordinate representation of color #EEAAEC: hue angle of 301.76º 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 #EEAAEC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB238170236-
CMYK00.290.010.07
HSL301.76º66.67%80%-
HSV(B)301.76º28.57%93.33%-
XYZ64.7752.9886.17-
YUV197.86149.53156.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=36.96%
G=26.40%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817023600.290.010.07301.7666.6780
HexEEAAEC01D1712e4350
Octal35625235403517456103120
Binary111011101010101011101100011101111110010111010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAAEC; }

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

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

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

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

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

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

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

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