#E79BEB

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

Shades of Plum #E79BEB

Tints of Plum #E79BEB

Color information

#E79BEB (or 0xE79BEB) is unknown color: approx Plum. HEX triplet: E7, 9B and EB. RGB value is (231,155,235). Sum of RGB (Red+Green+Blue) = 231+155+235=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #E79BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79BEB is #186414. Grayscale: #BABABA. Windows color (decimal): -1598485 or 15440871. OLE color: 15440871.

HSL color Cylindrical-coordinate representation of color #E79BEB: hue angle of 297º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E79BEB is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231155235-
CMYK0.020.3400.08
HSL297º66.67%76.47%-
HSV(B)297º34.04%92.16%-
XYZ59.6746.4384.41-
YUV186.84155.18159.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=37.20%
G=24.96%
B=37.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311552350.020.3400.0829766.6776.47
HexE79BEB22208129434c
Octal347233353242010451103114
Binary111001111001101111101011101000100100010010100110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79BEB; }

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

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

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

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

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

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

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

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