#E89DE0

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

Shades of Plum #E89DE0

Tints of Plum #E89DE0

Color information

#E89DE0 (or 0xE89DE0) is unknown color: approx Plum. HEX triplet: E8, 9D and E0. RGB value is (232,157,224). Sum of RGB (Red+Green+Blue) = 232+157+224=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E89DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89DE0 is #17621F. Grayscale: #BABABA. Windows color (decimal): -1532448 or 14720488. OLE color: 14720488.

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

Color convert

RGB232157224-
CMYK00.320.030.09
HSL306.4º61.98%76.27%-
HSV(B)306.4º32.33%90.98%-
XYZ58.7946.6576.43-
YUV187.06148.85160.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 157 (61.72% from 255) = 25.61%
BLUE value IS 224 (87.89% from 255) = 36.54%
R=37.85%
G=25.61%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215722400.320.030.09306.461.9876.27
HexE89DE0020391323e4c
Octal35023534004031146276114
Binary11101000100111011110000001000001110011001100101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89DE0; }

 p { color: rgb(232,157,224); }

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

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

 a { background-color: rgb(232,157,224); }

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

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

 span { border-color: rgb(232,157,224); }

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