#E89BEF

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

Shades of Plum #E89BEF

Tints of Plum #E89BEF

Color information

#E89BEF (or 0xE89BEF) is unknown color: approx Plum. HEX triplet: E8, 9B and EF. RGB value is (232,155,239). Sum of RGB (Red+Green+Blue) = 232+155+239=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #E89BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BEF is #176410. Grayscale: #BBBBBB. Windows color (decimal): -1532945 or 15703016. OLE color: 15703016.

HSL color Cylindrical-coordinate representation of color #E89BEF: hue angle of 295º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89BEF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232155239-
CMYK0.030.3500.06
HSL295º72.41%77.25%-
HSV(B)295º35.15%93.73%-
XYZ60.5846.8387.51-
YUV187.6157.01159.67-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 155 (60.94% from 255) = 24.76%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=37.06%
G=24.76%
B=38.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321552390.030.3500.0629572.4177.25
HexE89BEF32306127484d
Octal35023335734306447110115
Binary11101000100110111110111111100011011010010011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89BEF; }

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

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

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

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

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

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

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

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