#E9AAFA

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

Shades of Mauve #E9AAFA

Tints of Mauve #E9AAFA

Color information

#E9AAFA (or 0xE9AAFA) is unknown color: approx Mauve. HEX triplet: E9, AA and FA. RGB value is (233,170,250). Sum of RGB (Red+Green+Blue) = 233+170+250=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9AAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AAFA is #165505. Grayscale: #C5C5C5. Windows color (decimal): -1463558 or 16427753. OLE color: 16427753.

HSL color Cylindrical-coordinate representation of color #E9AAFA: hue angle of 287.25º 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 #E9AAFA is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB233170250-
CMYK0.070.3200.02
HSL287.25º88.89%82.35%-
HSV(B)287.25º32%98.04%-
XYZ65.2352.9897.23-
YUV197.96157.37153-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=35.68%
G=26.03%
B=38.28%

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
Decimal2331702500.070.3200.02287.2588.8982.35
HexE9AAFA7200211f5952
Octal35125237274002437131122
Binary11101001101010101111101011110000001010001111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AAFA; }

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

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

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

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

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

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

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

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