#E89DDE

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

Shades of Plum #E89DDE

Tints of Plum #E89DDE

Color information

#E89DDE (or 0xE89DDE) is unknown color: approx Plum. HEX triplet: E8, 9D and DE. RGB value is (232,157,222). Sum of RGB (Red+Green+Blue) = 232+157+222=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DDE is #176221. Grayscale: #BABABA. Windows color (decimal): -1532450 or 14589416. OLE color: 14589416.

HSL color Cylindrical-coordinate representation of color #E89DDE: hue angle of 308º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E89DDE is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232157222-
CMYK00.320.040.09
HSL308º61.98%76.27%-
HSV(B)308º32.33%90.98%-
XYZ58.5246.5475.01-
YUV186.83147.85160.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=37.97%
G=25.70%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215722200.320.040.0930861.9876.27
HexE89DDE020491343e4c
Octal35023533604041146476114
Binary111010001001110111011110010000010010011001101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89DDE; }

 p { color: rgb(232,157,222); }

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

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

 a { background-color: rgb(232,157,222); }

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

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

 span { border-color: rgb(232,157,222); }

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