#E79AE3

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

Shades of Plum #E79AE3

Tints of Plum #E79AE3

Color information

#E79AE3 (or 0xE79AE3) is unknown color: approx Plum. HEX triplet: E7, 9A and E3. RGB value is (231,154,227). Sum of RGB (Red+Green+Blue) = 231+154+227=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 231 - color contains mainly: red. Hex color #E79AE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79AE3 is #18651C. Grayscale: #B9B9B9. Windows color (decimal): -1598749 or 14916327. OLE color: 14916327.

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

Color convert

RGB231154227-
CMYK00.330.020.09
HSL303.12º61.6%75.49%-
HSV(B)303.12º33.33%90.59%-
XYZ58.3845.6578.41-
YUV185.34151.51160.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.75%
GREEN value IS 154 (60.55% from 255) = 25.16%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=37.75%
G=25.16%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115422700.330.020.09303.1261.675.49
HexE79AE30212912f3e4b
Octal34723234304121145776113
Binary11100111100110101110001101000011010011001011111111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AE3; }

 p { color: rgb(231,154,227); }

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

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

 a { background-color: rgb(231,154,227); }

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

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

 span { border-color: rgb(231,154,227); }

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