#E49EDA

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

Shades of Plum #E49EDA

Tints of Plum #E49EDA

Color information

#E49EDA (or 0xE49EDA) is unknown color: approx Plum. HEX triplet: E4, 9E and DA. RGB value is (228,158,218). Sum of RGB (Red+Green+Blue) = 228+158+218=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EDA is #1B6125. Grayscale: #B9B9B9. Windows color (decimal): -1794342 or 14327524. OLE color: 14327524.

HSL color Cylindrical-coordinate representation of color #E49EDA: hue angle of 308.57º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49EDA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228158218-
CMYK00.310.040.11
HSL308.57º56.45%75.69%-
HSV(B)308.57º30.7%89.41%-
XYZ56.8846.0172.21-
YUV185.77146.19158.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=37.75%
G=26.16%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815821800.310.040.11308.5756.4575.69
HexE49EDA01F4B135384c
Octal34423633203741346570114
Binary11100100100111101101101001111110010111001101011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49EDA; }

 p { color: rgb(228,158,218); }

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

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

 a { background-color: rgb(228,158,218); }

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

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

 span { border-color: rgb(228,158,218); }

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