#E3AAFC

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

Shades of Mauve #E3AAFC

Tints of Mauve #E3AAFC

Color information

#E3AAFC (or 0xE3AAFC) is unknown color: approx Mauve. HEX triplet: E3, AA and FC. RGB value is (227,170,252). Sum of RGB (Red+Green+Blue) = 227+170+252=649 (85% of max value = 765). Red value is 227 (89.06% from 255 or 34.98% from 649); Green value is 170 (66.80% from 255 or 26.19% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AAFC is #1C5503. Grayscale: #C4C4C4. Windows color (decimal): -1856772 or 16558819. OLE color: 16558819.

HSL color Cylindrical-coordinate representation of color #E3AAFC: hue angle of 281.71º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E3AAFC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227170252-
CMYK0.100.3300.01
HSL281.71º93.18%82.75%-
HSV(B)281.71º32.54%98.82%-
XYZ63.6252.1198.8-
YUV196.39159.38149.83-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.98%
GREEN value IS 170 (66.80% from 255) = 26.19%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=34.98%
G=26.19%
B=38.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271702520.100.3300.01281.7193.1882.75
HexE3AAFCA210111a5d53
Octal343252374124101432135123
Binary11100011101010101111110010101000010110001101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AAFC; }

 p { color: rgb(227,170,252); }

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

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

 a { background-color: rgb(227,170,252); }

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

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

 span { border-color: rgb(227,170,252); }

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