#E79EDC

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

Shades of Plum #E79EDC

Tints of Plum #E79EDC

Color information

#E79EDC (or 0xE79EDC) is unknown color: approx Plum. HEX triplet: E7, 9E and DC. RGB value is (231,158,220). Sum of RGB (Red+Green+Blue) = 231+158+220=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDC is #186123. Grayscale: #BABABA. Windows color (decimal): -1597732 or 14458599. OLE color: 14458599.

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

Color convert

RGB231158220-
CMYK00.320.050.09
HSL309.04º60.33%76.27%-
HSV(B)309.04º31.6%90.59%-
XYZ58.146.6173.64-
YUV186.9146.68159.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=37.93%
G=25.94%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115822000.320.050.09309.0460.3376.27
HexE79EDC020591353c4c
Octal34723633404051146574114
Binary111001111001111011011100010000010110011001101011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79EDC; }

 p { color: rgb(231,158,220); }

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

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

 a { background-color: rgb(231,158,220); }

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

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

 span { border-color: rgb(231,158,220); }

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