#E89BED

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

Shades of Plum #E89BED

Tints of Plum #E89BED

Color information

#E89BED (or 0xE89BED) is unknown color: approx Plum. HEX triplet: E8, 9B and ED. RGB value is (232,155,237). Sum of RGB (Red+Green+Blue) = 232+155+237=624 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.18% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #E89BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BED is #176412. Grayscale: #BBBBBB. Windows color (decimal): -1532947 or 15571944. OLE color: 15571944.

HSL color Cylindrical-coordinate representation of color #E89BED: hue angle of 296.34º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89BED is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232155237-
CMYK0.020.3500.07
HSL296.34º69.49%76.86%-
HSV(B)296.34º34.6%92.94%-
XYZ60.2946.7185.96-
YUV187.37156.01159.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.18%
GREEN value IS 155 (60.94% from 255) = 24.84%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=37.18%
G=24.84%
B=37.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321552370.020.3500.07296.3469.4976.86
HexE89BED22307128454d
Octal35023335524307450105115
Binary11101000100110111110110110100011011110010100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89BED; }

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

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

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

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

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

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

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

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