#E79AEC

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

Shades of Plum #E79AEC

Tints of Plum #E79AEC

Color information

#E79AEC (or 0xE79AEC) is unknown color: approx Plum. HEX triplet: E7, 9A and EC. RGB value is (231,154,236). Sum of RGB (Red+Green+Blue) = 231+154+236=621 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.20% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #E79AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79AEC is #186513. Grayscale: #BABABA. Windows color (decimal): -1598740 or 15506151. OLE color: 15506151.

HSL color Cylindrical-coordinate representation of color #E79AEC: hue angle of 296.34º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E79AEC is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB231154236-
CMYK0.020.3500.07
HSL296.34º68.33%76.47%-
HSV(B)296.34º34.75%92.55%-
XYZ59.6546.1685.12-
YUV186.37156.01159.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.20%
GREEN value IS 154 (60.55% from 255) = 24.80%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=37.20%
G=24.80%
B=38.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311542360.020.3500.07296.3468.3376.47
HexE79AEC22307128444c
Octal34723235424307450104114
Binary11100111100110101110110010100011011110010100010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AEC; }

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

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

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

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

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

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

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

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