#E9A8FA

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

Shades of Mauve #E9A8FA

Tints of Mauve #E9A8FA

Color information

#E9A8FA (or 0xE9A8FA) is unknown color: approx Mauve. HEX triplet: E9, A8 and FA. RGB value is (233,168,250). Sum of RGB (Red+Green+Blue) = 233+168+250=651 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.79% from 651); Green value is 168 (66.02% from 255 or 25.81% 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 #E9A8FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9A8FA is #165705. Grayscale: #C4C4C4. Windows color (decimal): -1464070 or 16427241. OLE color: 16427241.

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

Color convert

RGB233168250-
CMYK0.070.3300.02
HSL287.56º89.13%81.96%-
HSV(B)287.56º32.8%98.04%-
XYZ64.8652.2397.11-
YUV196.78158.03153.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.79%
GREEN value IS 168 (66.02% from 255) = 25.81%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=35.79%
G=25.81%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331682500.070.3300.02287.5689.1381.96
HexE9A8FA721021205952
Octal35125037274102440131122
Binary11101001101010001111101011110000101010010000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A8FA; }

 p { color: rgb(233,168,250); }

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

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

 a { background-color: rgb(233,168,250); }

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

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

 span { border-color: rgb(233,168,250); }

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