#E89FDF

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

Shades of Plum #E89FDF

Tints of Plum #E89FDF

Color information

#E89FDF (or 0xE89FDF) is unknown color: approx Plum. HEX triplet: E8, 9F and DF. RGB value is (232,159,223). Sum of RGB (Red+Green+Blue) = 232+159+223=614 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.79% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FDF is #176020. Grayscale: #BBBBBB. Windows color (decimal): -1531937 or 14655464. OLE color: 14655464.

HSL color Cylindrical-coordinate representation of color #E89FDF: hue angle of 307.4º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E89FDF is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232159223-
CMYK00.310.040.09
HSL307.4º61.34%76.67%-
HSV(B)307.4º31.47%90.98%-
XYZ5947.2875.83-
YUV188.12147.68159.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.79%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=37.79%
G=25.90%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215922300.310.040.09307.461.3476.67
HexE89FDF01F491333d4d
Octal35023733703741146375115
Binary11101000100111111101111101111110010011001100111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FDF; }

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

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

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

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

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

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

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

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