#E89CDB

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

Shades of Plum #E89CDB

Tints of Plum #E89CDB

Color information

#E89CDB (or 0xE89CDB) is unknown color: approx Plum. HEX triplet: E8, 9C and DB. RGB value is (232,156,219). Sum of RGB (Red+Green+Blue) = 232+156+219=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CDB is #176324. Grayscale: #B9B9B9. Windows color (decimal): -1532709 or 14392552. OLE color: 14392552.

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

Color convert

RGB232156219-
CMYK00.330.060.09
HSL310.26º62.3%76.08%-
HSV(B)310.26º32.76%90.98%-
XYZ57.9546.0572.85-
YUV185.91146.68160.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=38.22%
G=25.70%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215621900.330.060.09310.2662.376.08
HexE89CDB021691363e4c
Octal35023433304161146676114
Binary111010001001110011011011010000111010011001101101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CDB; }

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

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

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

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

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

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

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

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