#E79DDD

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

Shades of Plum #E79DDD

Tints of Plum #E79DDD

Color information

#E79DDD (or 0xE79DDD) is unknown color: approx Plum. HEX triplet: E7, 9D and DD. RGB value is (231,157,221). Sum of RGB (Red+Green+Blue) = 231+157+221=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79DDD is #186222. Grayscale: #BABABA. Windows color (decimal): -1597987 or 14523879. OLE color: 14523879.

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

Color convert

RGB231157221-
CMYK00.320.040.09
HSL308.11º60.66%76.08%-
HSV(B)308.11º32.03%90.59%-
XYZ58.0646.3274.29-
YUV186.42147.52159.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.93%
GREEN value IS 157 (61.72% from 255) = 25.78%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=37.93%
G=25.78%
B=36.29%

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
Decimal23115722100.320.040.09308.1160.6676.08
HexE79DDD020491343d4c
Octal34723533504041146475114
Binary111001111001110111011101010000010010011001101001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DDD; }

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

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

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

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

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

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

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

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