#E89DDD

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

Shades of Plum #E89DDD

Tints of Plum #E89DDD

Color information

#E89DDD (or 0xE89DDD) is unknown color: approx Plum. HEX triplet: E8, 9D and DD. RGB value is (232,157,221). Sum of RGB (Red+Green+Blue) = 232+157+221=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DDD is #176222. Grayscale: #BABABA. Windows color (decimal): -1532451 or 14523880. OLE color: 14523880.

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

Color convert

RGB232157221-
CMYK00.320.050.09
HSL308.8º61.98%76.27%-
HSV(B)308.8º32.33%90.98%-
XYZ58.3946.4974.3-
YUV186.72147.35160.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 157 (61.72% from 255) = 25.74%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=38.03%
G=25.74%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215722100.320.050.09308.861.9876.27
HexE89DDD020591353e4c
Octal35023533504051146576114
Binary111010001001110111011101010000010110011001101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89DDD; }

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

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

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

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

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

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

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

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