#E2AEF5

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

Shades of Mauve #E2AEF5

Tints of Mauve #E2AEF5

Color information

#E2AEF5 (or 0xE2AEF5) is unknown color: approx Mauve. HEX triplet: E2, AE and F5. RGB value is (226,174,245). Sum of RGB (Red+Green+Blue) = 226+174+245=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 245 - color contains mainly: blue. Hex color #E2AEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEF5 is #1D510A. Grayscale: #C5C5C5. Windows color (decimal): -1921291 or 16101090. OLE color: 16101090.

HSL color Cylindrical-coordinate representation of color #E2AEF5: hue angle of 283.94º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2AEF5 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB226174245-
CMYK0.080.2900.04
HSL283.94º78.02%82.16%-
HSV(B)283.94º28.98%96.08%-
XYZ62.9853.0393.3-
YUV197.64154.73148.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.04%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 245 (96.09% from 255) = 37.98%
R=35.04%
G=26.98%
B=37.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2261742450.080.2900.04283.9478.0282.16
HexE2AEF581D0411c4e52
Octal342256365103504434116122
Binary111000101010111011110101100011101010010001110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEF5; }

 p { color: rgb(226,174,245); }

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

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

 a { background-color: rgb(226,174,245); }

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

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

 span { border-color: rgb(226,174,245); }

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