#E89FEB

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

Shades of Plum #E89FEB

Tints of Plum #E89FEB

Color information

#E89FEB (or 0xE89FEB) is unknown color: approx Plum. HEX triplet: E8, 9F and EB. RGB value is (232,159,235). Sum of RGB (Red+Green+Blue) = 232+159+235=626 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.06% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #E89FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FEB is #176014. Grayscale: #BDBDBD. Windows color (decimal): -1531925 or 15441896. OLE color: 15441896.

HSL color Cylindrical-coordinate representation of color #E89FEB: hue angle of 297.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E89FEB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB232159235-
CMYK0.010.3200.08
HSL297.63º65.52%77.25%-
HSV(B)297.63º32.34%92.16%-
XYZ60.6747.9584.65-
YUV189.49153.68158.32-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.06%
GREEN value IS 159 (62.5% from 255) = 25.40%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=37.06%
G=25.40%
B=37.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2321592350.010.3200.08297.6365.5277.25
HexE89FEB1200812a424d
Octal350237353140010452102115
Binary11101000100111111110101111000000100010010101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FEB; }

 p { color: rgb(232,159,235); }

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

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

 a { background-color: rgb(232,159,235); }

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

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

 span { border-color: rgb(232,159,235); }

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