#E89FDC

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

Shades of Plum #E89FDC

Tints of Plum #E89FDC

Color information

#E89FDC (or 0xE89FDC) is unknown color: approx Plum. HEX triplet: E8, 9F and DC. RGB value is (232,159,220). Sum of RGB (Red+Green+Blue) = 232+159+220=611 (80% of max value = 765). Red value is 232 (91.02% from 255 or 37.97% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FDC is #176023. Grayscale: #BBBBBB. Windows color (decimal): -1531940 or 14458856. OLE color: 14458856.

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

Color convert

RGB232159220-
CMYK00.310.050.09
HSL309.86º61.34%76.67%-
HSV(B)309.86º31.47%90.98%-
XYZ58.647.1273.72-
YUV187.78146.18159.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.97%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=37.97%
G=26.02%
B=36.01%

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
Decimal23215922000.310.050.09309.8661.3476.67
HexE89FDC01F591363d4d
Octal35023733403751146675115
Binary11101000100111111101110001111110110011001101101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FDC; }

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

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

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

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

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

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

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

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