#E3AEED

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

Shades of Plum #E3AEED

Tints of Plum #E3AEED

Color information

#E3AEED (or 0xE3AEED) is unknown color: approx Plum. HEX triplet: E3, AE and ED. RGB value is (227,174,237). Sum of RGB (Red+Green+Blue) = 227+174+237=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 174 (68.36% from 255 or 27.27% 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 #E3AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AEED is #1C5112. Grayscale: #C4C4C4. Windows color (decimal): -1855763 or 15576803. OLE color: 15576803.

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

Color convert

RGB227174237-
CMYK0.040.2700.07
HSL290.48º63.64%80.59%-
HSV(B)290.48º26.58%92.94%-
XYZ62.152.7287.02-
YUV197.03150.56149.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.58%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=35.58%
G=27.27%
B=37.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271742370.040.2700.07290.4863.6480.59
HexE3AEED41B071224051
Octal34325635543307442100121
Binary11100011101011101110110110011011011110010001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AEED; }

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

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

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

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

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

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

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

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