#E79FEB

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

Shades of Plum #E79FEB

Tints of Plum #E79FEB

Color information

#E79FEB (or 0xE79FEB) is unknown color: approx Plum. HEX triplet: E7, 9F and EB. RGB value is (231,159,235). Sum of RGB (Red+Green+Blue) = 231+159+235=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #E79FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FEB is #186014. Grayscale: #BCBCBC. Windows color (decimal): -1597461 or 15441895. OLE color: 15441895.

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

Color convert

RGB231159235-
CMYK0.020.3200.08
HSL296.84º65.52%77.25%-
HSV(B)296.84º32.34%92.16%-
XYZ60.3547.7884.64-
YUV189.19153.85157.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.96%
GREEN value IS 159 (62.5% from 255) = 25.44%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=36.96%
G=25.44%
B=37.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311592350.020.3200.08296.8465.5277.25
HexE79FEB22008129424d
Octal347237353240010451102115
Binary111001111001111111101011101000000100010010100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FEB; }

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

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

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

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

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

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

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

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