#E89ED9

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

Shades of Plum #E89ED9

Tints of Plum #E89ED9

Color information

#E89ED9 (or 0xE89ED9) is unknown color: approx Plum. HEX triplet: E8, 9E and D9. RGB value is (232,158,217). Sum of RGB (Red+Green+Blue) = 232+158+217=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E89ED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89ED9 is #176126. Grayscale: #BABABA. Windows color (decimal): -1532199 or 14261992. OLE color: 14261992.

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

Color convert

RGB232158217-
CMYK00.320.060.09
HSL312.16º61.67%76.47%-
HSV(B)312.16º31.9%90.98%-
XYZ58.0346.6271.59-
YUV186.85145.02160.2-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 158 (62.11% from 255) = 26.03%
BLUE value IS 217 (85.16% from 255) = 35.75%
R=38.22%
G=26.03%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215821700.320.060.09312.1661.6776.47
HexE89ED9020691383e4c
Octal35023633104061147076114
Binary111010001001111011011001010000011010011001110001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89ED9; }

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

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

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

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

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

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

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

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