#E79AFA

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

Shades of Mauve #E79AFA

Tints of Mauve #E79AFA

Color information

#E79AFA (or 0xE79AFA) is unknown color: approx Mauve. HEX triplet: E7, 9A and FA. RGB value is (231,154,250). Sum of RGB (Red+Green+Blue) = 231+154+250=635 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.38% from 635); Green value is 154 (60.55% from 255 or 24.25% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #E79AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E79AFA is #186505. Grayscale: #BBBBBB. Windows color (decimal): -1598726 or 16423655. OLE color: 16423655.

HSL color Cylindrical-coordinate representation of color #E79AFA: hue angle of 288.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E79AFA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231154250-
CMYK0.080.3800.02
HSL288.12º90.57%79.22%-
HSV(B)288.12º38.4%98.04%-
XYZ61.774796.26-
YUV187.97163.01158.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.38%
GREEN value IS 154 (60.55% from 255) = 24.25%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=36.38%
G=24.25%
B=39.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311542500.080.3800.02288.1290.5779.22
HexE79AFA826021205b4f
Octal347232372104602440133117
Binary111001111001101011111010100010011001010010000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AFA; }

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

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

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

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

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

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

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

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