#E79DDF

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

Shades of Plum #E79DDF

Tints of Plum #E79DDF

Color information

#E79DDF (or 0xE79DDF) is unknown color: approx Plum. HEX triplet: E7, 9D and DF. RGB value is (231,157,223). Sum of RGB (Red+Green+Blue) = 231+157+223=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DDF is #186220. Grayscale: #BABABA. Windows color (decimal): -1597985 or 14654951. OLE color: 14654951.

HSL color Cylindrical-coordinate representation of color #E79DDF: hue angle of 306.49º degrees, saturation: 0.61, 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 #E79DDF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231157223-
CMYK00.320.030.09
HSL306.49º60.66%76.08%-
HSV(B)306.49º32.03%90.59%-
XYZ58.3346.4375.7-
YUV186.65148.52159.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=37.81%
G=25.70%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115722300.320.030.09306.4960.6676.08
HexE79DDF020391323d4c
Octal34723533704031146275114
Binary11100111100111011101111101000001110011001100101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DDF; }

 p { color: rgb(231,157,223); }

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

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

 a { background-color: rgb(231,157,223); }

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

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

 span { border-color: rgb(231,157,223); }

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