#E89ADD

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

Shades of Plum #E89ADD

Tints of Plum #E89ADD

Color information

#E89ADD (or 0xE89ADD) is unknown color: approx Plum. HEX triplet: E8, 9A and DD. RGB value is (232,154,221). Sum of RGB (Red+Green+Blue) = 232+154+221=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E89ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89ADD is #176522. Grayscale: #B8B8B8. Windows color (decimal): -1533219 or 14523112. OLE color: 14523112.

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

Color convert

RGB232154221-
CMYK00.340.050.09
HSL308.46º62.9%75.69%-
HSV(B)308.46º33.62%90.98%-
XYZ57.8945.4974.14-
YUV184.96148.34161.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=38.22%
G=25.37%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215422100.340.050.09308.4662.975.69
HexE89ADD022591343f4c
Octal35023233504251146477114
Binary111010001001101011011101010001010110011001101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89ADD; }

 p { color: rgb(232,154,221); }

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

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

 a { background-color: rgb(232,154,221); }

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

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

 span { border-color: rgb(232,154,221); }

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