#E89FEC

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

Shades of Plum #E89FEC

Tints of Plum #E89FEC

Color information

#E89FEC (or 0xE89FEC) is unknown color: approx Plum. HEX triplet: E8, 9F and EC. RGB value is (232,159,236). Sum of RGB (Red+Green+Blue) = 232+159+236=627 (83% of max value = 765). Red value is 232 (91.02% from 255 or 37.00% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #E89FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FEC is #176013. Grayscale: #BDBDBD. Windows color (decimal): -1531924 or 15507432. OLE color: 15507432.

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

Color convert

RGB232159236-
CMYK0.020.3300.07
HSL296.88º66.96%77.45%-
HSV(B)296.88º32.63%92.55%-
XYZ60.8248.0185.42-
YUV189.6154.18158.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.00%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=37.00%
G=25.36%
B=37.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321592360.020.3300.07296.8866.9677.45
HexE89FEC22107129434d
Octal35023735424107451103115
Binary11101000100111111110110010100001011110010100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FEC; }

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

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

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

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

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

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

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

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