#E89FDD

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

Shades of Plum #E89FDD

Tints of Plum #E89FDD

Color information

#E89FDD (or 0xE89FDD) is unknown color: approx Plum. HEX triplet: E8, 9F and DD. RGB value is (232,159,221). Sum of RGB (Red+Green+Blue) = 232+159+221=612 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.91% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FDD is #176022. Grayscale: #BBBBBB. Windows color (decimal): -1531939 or 14524392. OLE color: 14524392.

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

Color convert

RGB232159221-
CMYK00.310.050.09
HSL309.04º61.34%76.67%-
HSV(B)309.04º31.47%90.98%-
XYZ58.7347.1774.42-
YUV187.9146.68159.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.91%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=37.91%
G=25.98%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215922100.310.050.09309.0461.3476.67
HexE89FDD01F591353d4d
Octal35023733503751146575115
Binary11101000100111111101110101111110110011001101011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FDD; }

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

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

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

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

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

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

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

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