#E79CDC

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

Shades of Plum #E79CDC

Tints of Plum #E79CDC

Color information

#E79CDC (or 0xE79CDC) is unknown color: approx Plum. HEX triplet: E7, 9C and DC. RGB value is (231,156,220). Sum of RGB (Red+Green+Blue) = 231+156+220=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E79CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79CDC is #186323. Grayscale: #B9B9B9. Windows color (decimal): -1598244 or 14458087. OLE color: 14458087.

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

Color convert

RGB231156220-
CMYK00.320.050.09
HSL308.8º60.98%75.88%-
HSV(B)308.8º32.47%90.59%-
XYZ57.7645.9373.53-
YUV185.72147.35160.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.06%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=38.06%
G=25.70%
B=36.24%

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
Decimal23115622000.320.050.09308.860.9875.88
HexE79CDC020591353d4c
Octal34723433404051146575114
Binary111001111001110011011100010000010110011001101011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79CDC; }

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

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

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

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

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

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

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

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