#E7AAED

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

Shades of Plum #E7AAED

Tints of Plum #E7AAED

Color information

#E7AAED (or 0xE7AAED) is unknown color: approx Plum. HEX triplet: E7, AA and ED. RGB value is (231,170,237). Sum of RGB (Red+Green+Blue) = 231+170+237=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7AAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAED is #185512. Grayscale: #C3C3C3. Windows color (decimal): -1594643 or 15575783. OLE color: 15575783.

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

Color convert

RGB231170237-
CMYK0.030.2800.07
HSL294.63º65.05%79.8%-
HSV(B)294.63º28.27%92.94%-
XYZ62.6251.8586.83-
YUV195.88151.21153.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 170 (66.80% from 255) = 26.65%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=36.21%
G=26.65%
B=37.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311702370.030.2800.07294.6365.0579.8
HexE7AAED31C071274150
Octal34725235533407447101120
Binary1110011110101010111011011111100011110010011110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAED; }

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

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

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

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

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

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

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

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