#e79bd8

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

Shades of Plum #E79BD8

Tints of Plum #E79BD8

Color information

#E79BD8 (or 0xE79BD8) is unknown color: approx Plum. HEX triplet: E7, 9B and D8. RGB value is (231,155,216). Sum of RGB (Red+Green+Blue) = 231+155+216=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BD8 is #186427. Grayscale: #B8B8B8. Windows color (decimal): -1598504 or 14195687. OLE color: 14195687.

HSL color Cylindrical-coordinate representation of color #E79BD8: hue angle of 311.84º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79BD8 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231155216-
CMYK00.330.060.09
HSL311.84º61.29%75.69%-
HSV(B)311.84º32.9%90.59%-
XYZ57.0745.3970.72-
YUV184.68145.68161.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 155 (60.94% from 255) = 25.75%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=38.37%
G=25.75%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115521600.330.060.09311.8461.2975.69
HexE79BD8021691383d4c
Octal34723333004161147075114
Binary111001111001101111011000010000111010011001110001111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e79bd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e79bd8; }

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

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

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

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

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

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

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

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