#E79AEE

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

Shades of Plum #E79AEE

Tints of Plum #E79AEE

Color information

#E79AEE (or 0xE79AEE) is unknown color: approx Plum. HEX triplet: E7, 9A and EE. RGB value is (231,154,238). Sum of RGB (Red+Green+Blue) = 231+154+238=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 154 (60.55% from 255 or 24.72% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #E79AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79AEE is #186511. Grayscale: #BABABA. Windows color (decimal): -1598738 or 15637223. OLE color: 15637223.

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

Color convert

RGB231154238-
CMYK0.030.3500.07
HSL295º71.19%76.86%-
HSV(B)295º35.29%93.33%-
XYZ59.9446.2786.66-
YUV186.6157.01159.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.08%
GREEN value IS 154 (60.55% from 255) = 24.72%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=37.08%
G=24.72%
B=38.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2311542380.030.3500.0729571.1976.86
HexE79AEE32307127474d
Octal34723235634307447107115
Binary11100111100110101110111011100011011110010011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AEE; }

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

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

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

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

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

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

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

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