#E4AAED

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

Shades of Plum #E4AAED

Tints of Plum #E4AAED

Color information

#E4AAED (or 0xE4AAED) is unknown color: approx Plum. HEX triplet: E4, AA and ED. RGB value is (228,170,237). Sum of RGB (Red+Green+Blue) = 228+170+237=635 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.91% from 635); Green value is 170 (66.80% from 255 or 26.77% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #E4AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AAED is #1B5512. Grayscale: #C2C2C2. Windows color (decimal): -1791251 or 15575780. OLE color: 15575780.

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

Color convert

RGB228170237-
CMYK0.040.2800.07
HSL291.94º65.05%79.8%-
HSV(B)291.94º28.27%92.94%-
XYZ61.6651.3686.78-
YUV194.98151.72151.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.91%
GREEN value IS 170 (66.80% from 255) = 26.77%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=35.91%
G=26.77%
B=37.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281702370.040.2800.07291.9465.0579.8
HexE4AAED41C071244150
Octal34425235543407444101120
Binary11100100101010101110110110011100011110010010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AAED; }

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

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

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

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

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

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

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

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