#E8A9F8

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

Shades of Mauve #E8A9F8

Tints of Mauve #E8A9F8

Color information

#E8A9F8 (or 0xE8A9F8) is unknown color: approx Mauve. HEX triplet: E8, A9 and F8. RGB value is (232,169,248). Sum of RGB (Red+Green+Blue) = 232+169+248=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8A9F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A9F8 is #175607. Grayscale: #C4C4C4. Windows color (decimal): -1529352 or 16296424. OLE color: 16296424.

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

Color convert

RGB232169248-
CMYK0.060.3200.03
HSL287.85º84.95%81.76%-
HSV(B)287.85º31.85%97.25%-
XYZ64.4152.3195.51-
YUV196.84156.87153.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.75%
GREEN value IS 169 (66.41% from 255) = 26.04%
BLUE value IS 248 (97.27% from 255) = 38.21%
R=35.75%
G=26.04%
B=38.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2321692480.060.3200.03287.8584.9581.76
HexE8A9F8620031205552
Octal35025137064003440125122
Binary11101000101010011111100011010000001110010000010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A9F8; }

 p { color: rgb(232,169,248); }

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

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

 a { background-color: rgb(232,169,248); }

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

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

 span { border-color: rgb(232,169,248); }

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