#E3AFF2

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

Shades of Mauve #E3AFF2

Tints of Mauve #E3AFF2

Color information

#E3AFF2 (or 0xE3AFF2) is unknown color: approx Mauve. HEX triplet: E3, AF and F2. RGB value is (227,175,242). Sum of RGB (Red+Green+Blue) = 227+175+242=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #E3AFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFF2 is #1C500D. Grayscale: #C5C5C5. Windows color (decimal): -1855502 or 15904739. OLE color: 15904739.

HSL color Cylindrical-coordinate representation of color #E3AFF2: hue angle of 286.57º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3AFF2 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB227175242-
CMYK0.060.2800.05
HSL286.57º72.04%81.76%-
HSV(B)286.57º27.69%94.9%-
XYZ63.0453.490.99-
YUV198.19152.73148.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.25%
GREEN value IS 175 (68.75% from 255) = 27.17%
BLUE value IS 242 (94.92% from 255) = 37.58%
R=35.25%
G=27.17%
B=37.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2271752420.060.2800.05286.5772.0481.76
HexE3AFF261C0511f4852
Octal34325736263405437110122
Binary11100011101011111111001011011100010110001111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AFF2; }

 p { color: rgb(227,175,242); }

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

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

 a { background-color: rgb(227,175,242); }

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

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

 span { border-color: rgb(227,175,242); }

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