#E89EDF

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

Shades of Plum #E89EDF

Tints of Plum #E89EDF

Color information

#E89EDF (or 0xE89EDF) is unknown color: approx Plum. HEX triplet: E8, 9E and DF. RGB value is (232,158,223). Sum of RGB (Red+Green+Blue) = 232+158+223=613 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.85% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 232 - color contains mainly: red. Hex color #E89EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89EDF is #176120. Grayscale: #BBBBBB. Windows color (decimal): -1532193 or 14655208. OLE color: 14655208.

HSL color Cylindrical-coordinate representation of color #E89EDF: hue angle of 307.3º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E89EDF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB232158223-
CMYK00.320.040.09
HSL307.3º61.67%76.47%-
HSV(B)307.3º31.9%90.98%-
XYZ58.8246.9475.77-
YUV187.54148.02159.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.85%
GREEN value IS 158 (62.11% from 255) = 25.77%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=37.85%
G=25.77%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215822300.320.040.09307.361.6776.47
HexE89EDF020491333e4c
Octal35023633704041146376114
Binary111010001001111011011111010000010010011001100111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89EDF; }

 p { color: rgb(232,158,223); }

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

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

 a { background-color: rgb(232,158,223); }

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

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

 span { border-color: rgb(232,158,223); }

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