#E89DD8

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

Shades of Plum #E89DD8

Tints of Plum #E89DD8

Color information

#E89DD8 (or 0xE89DD8) is unknown color: approx Plum. HEX triplet: E8, 9D and D8. RGB value is (232,157,216). Sum of RGB (Red+Green+Blue) = 232+157+216=605 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.35% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DD8 is #176227. Grayscale: #B9B9B9. Windows color (decimal): -1532456 or 14196200. OLE color: 14196200.

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

Color convert

RGB232157216-
CMYK00.320.070.09
HSL312.8º61.98%76.27%-
HSV(B)312.8º32.33%90.98%-
XYZ57.7346.2370.85-
YUV186.15144.85160.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.35%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=38.35%
G=25.95%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215721600.320.070.09312.861.9876.27
HexE89DD8020791393e4c
Octal35023533004071147176114
Binary111010001001110111011000010000011110011001110011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89DD8; }

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

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

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

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

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

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

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

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