#E79ED7

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

Shades of Plum #E79ED7

Tints of Plum #E79ED7

Color information

#E79ED7 (or 0xE79ED7) is unknown color: approx Plum. HEX triplet: E7, 9E and D7. RGB value is (231,158,215). Sum of RGB (Red+Green+Blue) = 231+158+215=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ED7 is #186128. Grayscale: #BABABA. Windows color (decimal): -1597737 or 14130919. OLE color: 14130919.

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

Color convert

RGB231158215-
CMYK00.320.070.09
HSL313.15º60.33%76.27%-
HSV(B)313.15º31.6%90.59%-
XYZ57.4546.3570.21-
YUV186.32144.18159.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.25%
GREEN value IS 158 (62.11% from 255) = 26.16%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=38.25%
G=26.16%
B=35.60%

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
Decimal23115821500.320.070.09313.1560.3376.27
HexE79ED7020791393c4c
Octal34723632704071147174114
Binary111001111001111011010111010000011110011001110011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79ED7; }

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

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

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

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

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

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

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

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