#E79BDE

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

Shades of Plum #E79BDE

Tints of Plum #E79BDE

Color information

#E79BDE (or 0xE79BDE) is unknown color: approx Plum. HEX triplet: E7, 9B and DE. RGB value is (231,155,222). Sum of RGB (Red+Green+Blue) = 231+155+222=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BDE is #186421. Grayscale: #B9B9B9. Windows color (decimal): -1598498 or 14588903. OLE color: 14588903.

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

Color convert

RGB231155222-
CMYK00.330.040.09
HSL307.11º61.29%75.69%-
HSV(B)307.11º32.9%90.59%-
XYZ57.8645.7174.88-
YUV185.36148.68160.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.99%
GREEN value IS 155 (60.94% from 255) = 25.49%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=37.99%
G=25.49%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115522200.330.040.09307.1161.2975.69
HexE79BDE021491333d4c
Octal34723333604141146375114
Binary111001111001101111011110010000110010011001100111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79BDE; }

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

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

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

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

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

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

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

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