#EAAAF7

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

Shades of Mauve #EAAAF7

Tints of Mauve #EAAAF7

Color information

#EAAAF7 (or 0xEAAAF7) is unknown color: approx Mauve. HEX triplet: EA, AA and F7. RGB value is (234,170,247). Sum of RGB (Red+Green+Blue) = 234+170+247=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAAAF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF7 is #155508. Grayscale: #C5C5C5. Windows color (decimal): -1398025 or 16231146. OLE color: 16231146.

HSL color Cylindrical-coordinate representation of color #EAAAF7: hue angle of 289.87º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAAAF7 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234170247-
CMYK0.050.3100.03
HSL289.87º82.8%81.76%-
HSV(B)289.87º31.17%96.86%-
XYZ65.0952.9694.79-
YUV197.91155.7153.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.94%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 247 (96.88% from 255) = 37.94%
R=35.94%
G=26.11%
B=37.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341702470.050.3100.03289.8782.881.76
HexEAAAF751F031225352
Octal35225236753703442123122
Binary1110101010101010111101111011111101110010001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAAF7; }

 p { color: rgb(234,170,247); }

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

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

 a { background-color: rgb(234,170,247); }

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

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

 span { border-color: rgb(234,170,247); }

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