#E79ED8

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

Shades of Plum #E79ED8

Tints of Plum #E79ED8

Color information

#E79ED8 (or 0xE79ED8) is unknown color: approx Plum. HEX triplet: E7, 9E and D8. RGB value is (231,158,216). Sum of RGB (Red+Green+Blue) = 231+158+216=605 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.18% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 231 - color contains mainly: red. Hex color #E79ED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79ED8 is #186127. Grayscale: #BABABA. Windows color (decimal): -1597736 or 14196455. OLE color: 14196455.

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

Color convert

RGB231158216-
CMYK00.320.060.09
HSL312.33º60.33%76.27%-
HSV(B)312.33º31.6%90.59%-
XYZ57.5846.470.89-
YUV186.44144.68159.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.18%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=38.18%
G=26.12%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115821600.320.060.09312.3360.3376.27
HexE79ED8020691383c4c
Octal34723633004061147074114
Binary111001111001111011011000010000011010011001110001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79ED8; }

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

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

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

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

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

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

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

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