#E49DE5

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

Shades of Plum #E49DE5

Tints of Plum #E49DE5

Color information

#E49DE5 (or 0xE49DE5) is unknown color: approx Plum. HEX triplet: E4, 9D and E5. RGB value is (228,157,229). Sum of RGB (Red+Green+Blue) = 228+157+229=614 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.13% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #E49DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49DE5 is #1B621A. Grayscale: #BABABA. Windows color (decimal): -1794587 or 15048164. OLE color: 15048164.

HSL color Cylindrical-coordinate representation of color #E49DE5: hue angle of 299.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49DE5 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB228157229-
CMYK0.000.3100.10
HSL299.17º58.06%75.69%-
HSV(B)299.17º31.44%89.8%-
XYZ58.1946.2779.99-
YUV186.44152.02157.65-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.13%
GREEN value IS 157 (61.72% from 255) = 25.57%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=37.13%
G=25.57%
B=37.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281572290.000.3100.10299.1758.0675.69
HexE49DE501F0A12b3a4c
Octal34423534503701245372114
Binary111001001001110111100101011111010101001010111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49DE5; }

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

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

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

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

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

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

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

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