#E79AE4

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

Shades of Plum #E79AE4

Tints of Plum #E79AE4

Color information

#E79AE4 (or 0xE79AE4) is unknown color: approx Plum. HEX triplet: E7, 9A and E4. RGB value is (231,154,228). Sum of RGB (Red+Green+Blue) = 231+154+228=613 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.68% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 231 - color contains mainly: red. Hex color #E79AE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79AE4 is #18651B. Grayscale: #B9B9B9. Windows color (decimal): -1598748 or 14981863. OLE color: 14981863.

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

Color convert

RGB231154228-
CMYK00.330.010.09
HSL302.34º61.6%75.49%-
HSV(B)302.34º33.33%90.59%-
XYZ58.5145.779.14-
YUV185.46152.01160.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.68%
GREEN value IS 154 (60.55% from 255) = 25.12%
BLUE value IS 228 (89.45% from 255) = 37.19%
R=37.68%
G=25.12%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115422800.330.010.09302.3461.675.49
HexE79AE40211912e3e4b
Octal34723234404111145676113
Binary1110011110011010111001000100001110011001011101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AE4; }

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

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

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

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

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

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

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

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