#e8aaf3

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

Shades of Mauve #E8AAF3

Tints of Mauve #E8AAF3

Color information

#E8AAF3 (or 0xE8AAF3) is unknown color: approx Mauve. HEX triplet: E8, AA and F3. RGB value is (232,170,243). Sum of RGB (Red+Green+Blue) = 232+170+243=645 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.97% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #E8AAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AAF3 is #17550C. Grayscale: #C4C4C4. Windows color (decimal): -1529101 or 15969000. OLE color: 15969000.

HSL color Cylindrical-coordinate representation of color #E8AAF3: hue angle of 290.96º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E8AAF3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232170243-
CMYK0.050.3000.05
HSL290.96º75.26%80.98%-
HSV(B)290.96º30.04%95.29%-
XYZ63.8352.3891.54-
YUV196.86154.04153.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.97%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=35.97%
G=26.36%
B=37.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321702430.050.3000.05290.9675.2680.98
HexE8AAF351E051234b51
Octal35025236353605443113121
Binary11101000101010101111001110111110010110010001110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8aaf3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8aaf3; }

 p { color: rgb(232,170,243); }

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

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

 a { background-color: rgb(232,170,243); }

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

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

 span { border-color: rgb(232,170,243); }

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