#E79EDD

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

Shades of Plum #E79EDD

Tints of Plum #E79EDD

Color information

#E79EDD (or 0xE79EDD) is unknown color: approx Plum. HEX triplet: E7, 9E and DD. RGB value is (231,158,221). Sum of RGB (Red+Green+Blue) = 231+158+221=610 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.87% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 231 - color contains mainly: red. Hex color #E79EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79EDD is #186122. Grayscale: #BABABA. Windows color (decimal): -1597731 or 14524135. OLE color: 14524135.

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

Color convert

RGB231158221-
CMYK00.320.040.09
HSL308.22º60.33%76.27%-
HSV(B)308.22º31.6%90.59%-
XYZ58.2346.6674.34-
YUV187.01147.18159.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.87%
GREEN value IS 158 (62.11% from 255) = 25.90%
BLUE value IS 221 (86.72% from 255) = 36.23%
R=37.87%
G=25.90%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115822100.320.040.09308.2260.3376.27
HexE79EDD020491343c4c
Octal34723633504041146474114
Binary111001111001111011011101010000010010011001101001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79EDD; }

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

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

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

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

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

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

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

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