#E89EDA

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

Shades of Plum #E89EDA

Tints of Plum #E89EDA

Color information

#E89EDA (or 0xE89EDA) is unknown color: approx Plum. HEX triplet: E8, 9E and DA. RGB value is (232,158,218). Sum of RGB (Red+Green+Blue) = 232+158+218=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDA is #176125. Grayscale: #BABABA. Windows color (decimal): -1532198 or 14327528. OLE color: 14327528.

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

Color convert

RGB232158218-
CMYK00.320.060.09
HSL311.35º61.67%76.47%-
HSV(B)311.35º31.9%90.98%-
XYZ58.1646.6772.27-
YUV186.97145.52160.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 158 (62.11% from 255) = 25.99%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=38.16%
G=25.99%
B=35.86%

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
Decimal23215821800.320.060.09311.3561.6776.47
HexE89EDA020691373e4c
Octal35023633204061146776114
Binary111010001001111011011010010000011010011001101111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89EDA; }

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

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

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

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

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

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

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

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