#E89FF1

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

Shades of Plum #E89FF1

Tints of Plum #E89FF1

Color information

#E89FF1 (or 0xE89FF1) is unknown color: approx Plum. HEX triplet: E8, 9F and F1. RGB value is (232,159,241). Sum of RGB (Red+Green+Blue) = 232+159+241=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #E89FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E89FF1 is #17600E. Grayscale: #BDBDBD. Windows color (decimal): -1531919 or 15835112. OLE color: 15835112.

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

Color convert

RGB232159241-
CMYK0.040.3400.05
HSL293.41º74.55%78.43%-
HSV(B)293.41º34.02%94.51%-
XYZ61.5548.389.3-
YUV190.18156.68157.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 36.71%
GREEN value IS 159 (62.5% from 255) = 25.16%
BLUE value IS 241 (94.53% from 255) = 38.13%
R=36.71%
G=25.16%
B=38.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321592410.040.3400.05293.4174.5578.43
HexE89FF1422051254b4e
Octal35023736144205445113116
Binary111010001001111111110001100100010010110010010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FF1; }

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

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

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

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

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

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

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

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