#E79DE6

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

Shades of Plum #E79DE6

Tints of Plum #E79DE6

Color information

#E79DE6 (or 0xE79DE6) is unknown color: approx Plum. HEX triplet: E7, 9D and E6. RGB value is (231,157,230). Sum of RGB (Red+Green+Blue) = 231+157+230=618 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.38% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79DE6 is #186219. Grayscale: #BBBBBB. Windows color (decimal): -1597978 or 15113703. OLE color: 15113703.

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

Color convert

RGB231157230-
CMYK00.320.000.09
HSL300.81º60.66%76.08%-
HSV(B)300.81º32.03%90.59%-
XYZ59.2946.8280.77-
YUV187.45152.02159.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.38%
GREEN value IS 157 (61.72% from 255) = 25.40%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=37.38%
G=25.40%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115723000.320.000.09300.8160.6676.08
HexE79DE60200912d3d4c
Octal34723534604001145575114
Binary1110011110011101111001100100000010011001011011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DE6; }

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

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

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

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

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

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

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

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