#E89CF1

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

Shades of Plum #E89CF1

Tints of Plum #E89CF1

Color information

#E89CF1 (or 0xE89CF1) is unknown color: approx Plum. HEX triplet: E8, 9C and F1. RGB value is (232,156,241). Sum of RGB (Red+Green+Blue) = 232+156+241=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #E89CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89CF1 is #17630E. Grayscale: #BCBCBC. Windows color (decimal): -1532687 or 15834344. OLE color: 15834344.

HSL color Cylindrical-coordinate representation of color #E89CF1: hue angle of 293.65º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E89CF1 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232156241-
CMYK0.040.3500.05
HSL293.65º75.22%77.84%-
HSV(B)293.65º35.27%94.51%-
XYZ61.0447.2889.13-
YUV188.41157.68159.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.88%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=36.88%
G=24.80%
B=38.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321562410.040.3500.05293.6575.2277.84
HexE89CF1423051264b4e
Octal35023436144305446113116
Binary111010001001110011110001100100011010110010011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CF1; }

 p { color: rgb(232,156,241); }

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

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

 a { background-color: rgb(232,156,241); }

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

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

 span { border-color: rgb(232,156,241); }

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