#E79AF3

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

Shades of Plum #E79AF3

Tints of Plum #E79AF3

Color information

#E79AF3 (or 0xE79AF3) is unknown color: approx Plum. HEX triplet: E7, 9A and F3. RGB value is (231,154,243). Sum of RGB (Red+Green+Blue) = 231+154+243=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 154 (60.55% from 255 or 24.52% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #E79AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79AF3 is #18650C. Grayscale: #BABABA. Windows color (decimal): -1598733 or 15964903. OLE color: 15964903.

HSL color Cylindrical-coordinate representation of color #E79AF3: hue angle of 291.91º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E79AF3 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231154243-
CMYK0.050.3700.05
HSL291.91º78.76%77.84%-
HSV(B)291.91º36.63%95.29%-
XYZ60.6946.5790.58-
YUV187.17159.51159.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.78%
GREEN value IS 154 (60.55% from 255) = 24.52%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=36.78%
G=24.52%
B=38.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311542430.050.3700.05291.9178.7677.84
HexE79AF3525051244f4e
Octal34723236354505444117116
Binary111001111001101011110011101100101010110010010010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AF3; }

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

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

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

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

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

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

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

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