#E89FD8

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

Shades of Plum #E89FD8

Tints of Plum #E89FD8

Color information

#E89FD8 (or 0xE89FD8) is unknown color: approx Plum. HEX triplet: E8, 9F and D8. RGB value is (232,159,216). Sum of RGB (Red+Green+Blue) = 232+159+216=607 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.22% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FD8 is #176027. Grayscale: #BBBBBB. Windows color (decimal): -1531944 or 14196712. OLE color: 14196712.

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

Color convert

RGB232159216-
CMYK00.310.070.09
HSL313.15º61.34%76.67%-
HSV(B)313.15º31.47%90.98%-
XYZ58.0746.9170.96-
YUV187.32144.18159.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.22%
GREEN value IS 159 (62.5% from 255) = 26.19%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=38.22%
G=26.19%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215921600.310.070.09313.1561.3476.67
HexE89FD801F791393d4d
Octal35023733003771147175115
Binary11101000100111111101100001111111110011001110011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FD8; }

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

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

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

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

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

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

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

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