#E89DDB

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

Shades of Plum #E89DDB

Tints of Plum #E89DDB

Color information

#E89DDB (or 0xE89DDB) is unknown color: approx Plum. HEX triplet: E8, 9D and DB. RGB value is (232,157,219). Sum of RGB (Red+Green+Blue) = 232+157+219=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DDB is #176224. Grayscale: #BABABA. Windows color (decimal): -1532453 or 14392808. OLE color: 14392808.

HSL color Cylindrical-coordinate representation of color #E89DDB: hue angle of 310.4º 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 #E89DDB is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232157219-
CMYK00.320.060.09
HSL310.4º61.98%76.27%-
HSV(B)310.4º32.33%90.98%-
XYZ58.1246.3872.91-
YUV186.49146.35160.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 157 (61.72% from 255) = 25.82%
BLUE value IS 219 (85.94% from 255) = 36.02%
R=38.16%
G=25.82%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215721900.320.060.09310.461.9876.27
HexE89DDB020691363e4c
Octal35023533304061146676114
Binary111010001001110111011011010000011010011001101101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89DDB; }

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

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

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

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

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

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

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

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