#EAA7F6

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

Shades of Mauve #EAA7F6

Tints of Mauve #EAA7F6

Color information

#EAA7F6 (or 0xEAA7F6) is unknown color: approx Mauve. HEX triplet: EA, A7 and F6. RGB value is (234,167,246). Sum of RGB (Red+Green+Blue) = 234+167+246=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 167 (65.62% from 255 or 25.81% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAA7F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7F6 is #155809. Grayscale: #C3C3C3. Windows color (decimal): -1398794 or 16164842. OLE color: 16164842.

HSL color Cylindrical-coordinate representation of color #EAA7F6: hue angle of 290.89º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA7F6 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234167246-
CMYK0.050.3200.04
HSL290.89º81.44%80.98%-
HSV(B)290.89º32.11%96.47%-
XYZ64.3851.7893.79-
YUV196.04156.2155.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.17%
GREEN value IS 167 (65.62% from 255) = 25.81%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=36.17%
G=25.81%
B=38.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341672460.050.3200.04290.8981.4480.98
HexEAA7F6520041235151
Octal35224736654004443121121
Binary111010101010011111110110101100000010010010001110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7F6; }

 p { color: rgb(234,167,246); }

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

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

 a { background-color: rgb(234,167,246); }

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

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

 span { border-color: rgb(234,167,246); }

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