#E89BEE

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

Shades of Plum #E89BEE

Tints of Plum #E89BEE

Color information

#E89BEE (or 0xE89BEE) is unknown color: approx Plum. HEX triplet: E8, 9B and EE. RGB value is (232,155,238). Sum of RGB (Red+Green+Blue) = 232+155+238=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #E89BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89BEE is #176411. Grayscale: #BBBBBB. Windows color (decimal): -1532946 or 15637480. OLE color: 15637480.

HSL color Cylindrical-coordinate representation of color #E89BEE: hue angle of 295.66º degrees, saturation: 0.71, 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 #E89BEE is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232155238-
CMYK0.030.3500.07
HSL295.66º70.94%77.06%-
HSV(B)295.66º34.87%93.33%-
XYZ60.4346.7786.73-
YUV187.48156.51159.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.12%
GREEN value IS 155 (60.94% from 255) = 24.8%
BLUE value IS 238 (93.36% from 255) = 38.08%
R=37.12%
G=24.8%
B=38.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321552380.030.3500.07295.6670.9477.06
HexE89BEE32307128474d
Octal35023335634307450107115
Binary11101000100110111110111011100011011110010100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89BEE; }

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

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

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

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

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

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

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

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