#E89DEC

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

Shades of Plum #E89DEC

Tints of Plum #E89DEC

Color information

#E89DEC (or 0xE89DEC) is unknown color: approx Plum. HEX triplet: E8, 9D and EC. RGB value is (232,157,236). Sum of RGB (Red+Green+Blue) = 232+157+236=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #E89DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89DEC is #176213. Grayscale: #BCBCBC. Windows color (decimal): -1532436 or 15506920. OLE color: 15506920.

HSL color Cylindrical-coordinate representation of color #E89DEC: hue angle of 296.96º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89DEC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232157236-
CMYK0.020.3300.07
HSL296.96º67.52%77.06%-
HSV(B)296.96º33.47%92.55%-
XYZ60.4847.3385.3-
YUV188.43154.85159.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.12%
GREEN value IS 157 (61.72% from 255) = 25.12%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=37.12%
G=25.12%
B=37.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321572360.020.3300.07296.9667.5277.06
HexE89DEC22107129444d
Octal35023535424107451104115
Binary11101000100111011110110010100001011110010100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89DEC; }

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

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

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

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

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

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

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

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