#E89EDC

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

Shades of Plum #E89EDC

Tints of Plum #E89EDC

Color information

#E89EDC (or 0xE89EDC) is unknown color: approx Plum. HEX triplet: E8, 9E and DC. RGB value is (232,158,220). Sum of RGB (Red+Green+Blue) = 232+158+220=610 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.03% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDC is #176123. Grayscale: #BBBBBB. Windows color (decimal): -1532196 or 14458600. OLE color: 14458600.

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

Color convert

RGB232158220-
CMYK00.320.050.09
HSL309.73º61.67%76.47%-
HSV(B)309.73º31.9%90.98%-
XYZ58.4246.7873.66-
YUV187.19146.52159.96-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.03%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=38.03%
G=25.90%
B=36.07%

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
Decimal23215822000.320.050.09309.7361.6776.47
HexE89EDC020591363e4c
Octal35023633404051146676114
Binary111010001001111011011100010000010110011001101101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89EDC; }

 p { color: rgb(232,158,220); }

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

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

 a { background-color: rgb(232,158,220); }

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

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

 span { border-color: rgb(232,158,220); }

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