#E89CDC

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

Shades of Plum #E89CDC

Tints of Plum #E89CDC

Color information

#E89CDC (or 0xE89CDC) is unknown color: approx Plum. HEX triplet: E8, 9C and DC. RGB value is (232,156,220). Sum of RGB (Red+Green+Blue) = 232+156+220=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CDC is #176323. Grayscale: #B9B9B9. Windows color (decimal): -1532708 or 14458088. OLE color: 14458088.

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

Color convert

RGB232156220-
CMYK00.330.050.09
HSL309.47º62.3%76.08%-
HSV(B)309.47º32.76%90.98%-
XYZ58.0946.173.55-
YUV186.02147.18160.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 156 (61.33% from 255) = 25.66%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=38.16%
G=25.66%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215622000.330.050.09309.4762.376.08
HexE89CDC021591353e4c
Octal35023433404151146576114
Binary111010001001110011011100010000110110011001101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CDC; }

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

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

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

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

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

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

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

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