#E4AEED

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

Shades of Plum #E4AEED

Tints of Plum #E4AEED

Color information

#E4AEED (or 0xE4AEED) is unknown color: approx Plum. HEX triplet: E4, AE and ED. RGB value is (228,174,237). Sum of RGB (Red+Green+Blue) = 228+174+237=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AEED is #1B5112. Grayscale: #C5C5C5. Windows color (decimal): -1790227 or 15576804. OLE color: 15576804.

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

Color convert

RGB228174237-
CMYK0.040.2700.07
HSL291.43º63.64%80.59%-
HSV(B)291.43º26.58%92.94%-
XYZ62.4252.8887.04-
YUV197.33150.39149.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.68%
GREEN value IS 174 (68.36% from 255) = 27.23%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=35.68%
G=27.23%
B=37.09%

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
Decimal2281742370.040.2700.07291.4363.6480.59
HexE4AEED41B071234051
Octal34425635543307443100121
Binary11100100101011101110110110011011011110010001110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AEED; }

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

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

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

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

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

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

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

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