#E89BE0

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

Shades of Plum #E89BE0

Tints of Plum #E89BE0

Color information

#E89BE0 (or 0xE89BE0) is unknown color: approx Plum. HEX triplet: E8, 9B and E0. RGB value is (232,155,224). Sum of RGB (Red+Green+Blue) = 232+155+224=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89BE0 is #17641F. Grayscale: #B9B9B9. Windows color (decimal): -1532960 or 14719976. OLE color: 14719976.

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

Color convert

RGB232155224-
CMYK00.330.030.09
HSL306.23º62.6%75.88%-
HSV(B)306.23º33.19%90.98%-
XYZ58.4545.9876.32-
YUV185.89149.51160.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 155 (60.94% from 255) = 25.37%
BLUE value IS 224 (87.89% from 255) = 36.66%
R=37.97%
G=25.37%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215522400.330.030.09306.2362.675.88
HexE89BE0021391323f4c
Octal35023334004131146277114
Binary11101000100110111110000001000011110011001100101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89BE0; }

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

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

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

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

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

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

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

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