#E7AEED

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

Shades of Plum #E7AEED

Tints of Plum #E7AEED

Color information

#E7AEED (or 0xE7AEED) is unknown color: approx Plum. HEX triplet: E7, AE and ED. RGB value is (231,174,237). Sum of RGB (Red+Green+Blue) = 231+174+237=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #E7AEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AEED is #185112. Grayscale: #C6C6C6. Windows color (decimal): -1593619 or 15576807. OLE color: 15576807.

HSL color Cylindrical-coordinate representation of color #E7AEED: hue angle of 294.29º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7AEED is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231174237-
CMYK0.030.2700.07
HSL294.29º63.64%80.59%-
HSV(B)294.29º26.58%92.94%-
XYZ63.3853.3887.08-
YUV198.22149.88151.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.98%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 237 (92.97% from 255) = 36.92%
R=35.98%
G=27.10%
B=36.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311742370.030.2700.07294.2963.6480.59
HexE7AEED31B071264051
Octal34725635533307446100121
Binary1110011110101110111011011111011011110010011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEED; }

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

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

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

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

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

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

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

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