#E49DED

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

Shades of Plum #E49DED

Tints of Plum #E49DED

Color information

#E49DED (or 0xE49DED) is unknown color: approx Plum. HEX triplet: E4, 9D and ED. RGB value is (228,157,237). Sum of RGB (Red+Green+Blue) = 228+157+237=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #E49DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49DED is #1B6212. Grayscale: #BBBBBB. Windows color (decimal): -1794579 or 15572452. OLE color: 15572452.

HSL color Cylindrical-coordinate representation of color #E49DED: hue angle of 293.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E49DED is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB228157237-
CMYK0.040.3400.07
HSL293.25º68.97%77.25%-
HSV(B)293.25º33.76%92.94%-
XYZ59.3446.7286.01-
YUV187.35156.02157-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 36.66%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=36.66%
G=25.24%
B=38.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281572370.040.3400.07293.2568.9777.25
HexE49DED42207125454d
Octal34423535544207445105115
Binary111001001001110111101101100100010011110010010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DED; }

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

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

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

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

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

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

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

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