#E79FEA

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

Shades of Plum #E79FEA

Tints of Plum #E79FEA

Color information

#E79FEA (or 0xE79FEA) is unknown color: approx Plum. HEX triplet: E7, 9F and EA. RGB value is (231,159,234). Sum of RGB (Red+Green+Blue) = 231+159+234=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #E79FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79FEA is #186015. Grayscale: #BCBCBC. Windows color (decimal): -1597462 or 15376359. OLE color: 15376359.

HSL color Cylindrical-coordinate representation of color #E79FEA: hue angle of 297.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79FEA is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231159234-
CMYK0.010.3200.08
HSL297.6º64.1%77.06%-
HSV(B)297.6º32.05%91.76%-
XYZ60.247.7383.88-
YUV189.08153.35157.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 37.02%
GREEN value IS 159 (62.5% from 255) = 25.48%
BLUE value IS 234 (91.80% from 255) = 37.5%
R=37.02%
G=25.48%
B=37.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2311592340.010.3200.08297.664.177.06
HexE79FEA1200812a404d
Octal347237352140010452100115
Binary11100111100111111110101011000000100010010101010000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FEA; }

 p { color: rgb(231,159,234); }

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

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

 a { background-color: rgb(231,159,234); }

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

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

 span { border-color: rgb(231,159,234); }

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