#E8A9FA

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

Shades of Mauve #E8A9FA

Tints of Mauve #E8A9FA

Color information

#E8A9FA (or 0xE8A9FA) is unknown color: approx Mauve. HEX triplet: E8, A9 and FA. RGB value is (232,169,250). Sum of RGB (Red+Green+Blue) = 232+169+250=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 169 (66.41% from 255 or 25.96% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8A9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8A9FA is #175605. Grayscale: #C4C4C4. Windows color (decimal): -1529350 or 16427496. OLE color: 16427496.

HSL color Cylindrical-coordinate representation of color #E8A9FA: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E8A9FA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232169250-
CMYK0.070.3200.02
HSL286.67º89.01%82.16%-
HSV(B)286.67º32.4%98.04%-
XYZ64.7252.4397.15-
YUV197.07157.87152.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.64%
GREEN value IS 169 (66.41% from 255) = 25.96%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=35.64%
G=25.96%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321692500.070.3200.02286.6789.0182.16
HexE8A9FA7200211f5952
Octal35025137274002437131122
Binary11101000101010011111101011110000001010001111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A9FA; }

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

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

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

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

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

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

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

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