#E79DD7

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

Shades of Plum #E79DD7

Tints of Plum #E79DD7

Color information

#E79DD7 (or 0xE79DD7) is unknown color: approx Plum. HEX triplet: E7, 9D and D7. RGB value is (231,157,215). Sum of RGB (Red+Green+Blue) = 231+157+215=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DD7 is #186228. Grayscale: #B9B9B9. Windows color (decimal): -1597993 or 14130663. OLE color: 14130663.

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

Color convert

RGB231157215-
CMYK00.320.070.09
HSL312.97º60.66%76.08%-
HSV(B)312.97º32.03%90.59%-
XYZ57.2846.0170.15-
YUV185.74144.52160.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 157 (61.72% from 255) = 26.04%
BLUE value IS 215 (84.38% from 255) = 35.66%
R=38.31%
G=26.04%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115721500.320.070.09312.9760.6676.08
HexE79DD7020791393d4c
Octal34723532704071147175114
Binary111001111001110111010111010000011110011001110011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DD7; }

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

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

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

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

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

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

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

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