#E89FD9

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

Shades of Plum #E89FD9

Tints of Plum #E89FD9

Color information

#E89FD9 (or 0xE89FD9) is unknown color: approx Plum. HEX triplet: E8, 9F and D9. RGB value is (232,159,217). Sum of RGB (Red+Green+Blue) = 232+159+217=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 159 (62.5% from 255 or 26.15% from 608); Blue value is 217 (85.16% from 255 or 35.69% from 608); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FD9 is #176026. Grayscale: #BBBBBB. Windows color (decimal): -1531943 or 14262248. OLE color: 14262248.

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

Color convert

RGB232159217-
CMYK00.310.060.09
HSL312.33º61.34%76.67%-
HSV(B)312.33º31.47%90.98%-
XYZ58.246.9671.64-
YUV187.44144.68159.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 159 (62.5% from 255) = 26.15%
BLUE value IS 217 (85.16% from 255) = 35.69%
R=38.16%
G=26.15%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215921700.310.060.09312.3361.3476.67
HexE89FD901F691383d4d
Octal35023733103761147075115
Binary11101000100111111101100101111111010011001110001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FD9; }

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

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

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

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

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

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

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

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