#E89FDE

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

Shades of Plum #E89FDE

Tints of Plum #E89FDE

Color information

#E89FDE (or 0xE89FDE) is unknown color: approx Plum. HEX triplet: E8, 9F and DE. RGB value is (232,159,222). Sum of RGB (Red+Green+Blue) = 232+159+222=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FDE is #176021. Grayscale: #BBBBBB. Windows color (decimal): -1531938 or 14589928. OLE color: 14589928.

HSL color Cylindrical-coordinate representation of color #E89FDE: hue angle of 308.22º 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 #E89FDE is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232159222-
CMYK00.310.040.09
HSL308.22º61.34%76.67%-
HSV(B)308.22º31.47%90.98%-
XYZ58.8647.2375.12-
YUV188.01147.18159.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 222 (87.11% from 255) = 36.22%
R=37.85%
G=25.94%
B=36.22%

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
Decimal23215922200.310.040.09308.2261.3476.67
HexE89FDE01F491343d4d
Octal35023733603741146475115
Binary11101000100111111101111001111110010011001101001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FDE; }

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

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

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

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

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

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

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

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