#E79BE1

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

Shades of Plum #E79BE1

Tints of Plum #E79BE1

Color information

#E79BE1 (or 0xE79BE1) is unknown color: approx Plum. HEX triplet: E7, 9B and E1. RGB value is (231,155,225). Sum of RGB (Red+Green+Blue) = 231+155+225=611 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.81% from 611); Green value is 155 (60.94% from 255 or 25.37% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79BE1 is #18641E. Grayscale: #B9B9B9. Windows color (decimal): -1598495 or 14785511. OLE color: 14785511.

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

Color convert

RGB231155225-
CMYK00.330.030.09
HSL304.74º61.29%75.69%-
HSV(B)304.74º32.9%90.59%-
XYZ58.2745.8777.02-
YUV185.7150.18160.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.81%
GREEN value IS 155 (60.94% from 255) = 25.37%
BLUE value IS 225 (88.28% from 255) = 36.82%
R=37.81%
G=25.37%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115522500.330.030.09304.7461.2975.69
HexE79BE1021391313d4c
Octal34723334104131146175114
Binary11100111100110111110000101000011110011001100011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79BE1; }

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

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

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

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

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

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

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

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