#E89EDD

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

Shades of Plum #E89EDD

Tints of Plum #E89EDD

Color information

#E89EDD (or 0xE89EDD) is unknown color: approx Plum. HEX triplet: E8, 9E and DD. RGB value is (232,158,221). Sum of RGB (Red+Green+Blue) = 232+158+221=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDD is #176122. Grayscale: #BBBBBB. Windows color (decimal): -1532195 or 14524136. OLE color: 14524136.

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

Color convert

RGB232158221-
CMYK00.320.050.09
HSL308.92º61.67%76.47%-
HSV(B)308.92º31.9%90.98%-
XYZ58.5646.8374.36-
YUV187.31147.02159.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 221 (86.72% from 255) = 36.17%
R=37.97%
G=25.86%
B=36.17%

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
Decimal23215822100.320.050.09308.9261.6776.47
HexE89EDD020591353e4c
Octal35023633504051146576114
Binary111010001001111011011101010000010110011001101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89EDD; }

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

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

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

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

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

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

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

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