#E89EDB

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

Shades of Plum #E89EDB

Tints of Plum #E89EDB

Color information

#E89EDB (or 0xE89EDB) is unknown color: approx Plum. HEX triplet: E8, 9E and DB. RGB value is (232,158,219). Sum of RGB (Red+Green+Blue) = 232+158+219=609 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.10% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDB is #176124. Grayscale: #BABABA. Windows color (decimal): -1532197 or 14393064. OLE color: 14393064.

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

Color convert

RGB232158219-
CMYK00.320.060.09
HSL310.54º61.67%76.47%-
HSV(B)310.54º31.9%90.98%-
XYZ58.2946.7272.96-
YUV187.08146.02160.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.10%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 219 (85.94% from 255) = 35.96%
R=38.10%
G=25.94%
B=35.96%

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
Decimal23215821900.320.060.09310.5461.6776.47
HexE89EDB020691373e4c
Octal35023633304061146776114
Binary111010001001111011011011010000011010011001101111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89EDB; }

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

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

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

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

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

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

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

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