#E89CF2

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

Shades of Plum #E89CF2

Tints of Plum #E89CF2

Color information

#E89CF2 (or 0xE89CF2) is unknown color: approx Plum. HEX triplet: E8, 9C and F2. RGB value is (232,156,242). Sum of RGB (Red+Green+Blue) = 232+156+242=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 156 (61.33% from 255 or 24.76% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #E89CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89CF2 is #17630D. Grayscale: #BCBCBC. Windows color (decimal): -1532686 or 15899880. OLE color: 15899880.

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

Color convert

RGB232156242-
CMYK0.040.3600.05
HSL293.02º76.79%78.04%-
HSV(B)293.02º35.54%94.9%-
XYZ61.1947.3489.92-
YUV188.53158.18159.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.83%
GREEN value IS 156 (61.33% from 255) = 24.76%
BLUE value IS 242 (94.92% from 255) = 38.41%
R=36.83%
G=24.76%
B=38.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321562420.040.3600.05293.0276.7978.04
HexE89CF2424051254d4e
Octal35023436244405445115116
Binary111010001001110011110010100100100010110010010110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CF2; }

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

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

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

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

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

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

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

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