#E5AEF2

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

Shades of Mauve #E5AEF2

Tints of Mauve #E5AEF2

Color information

#E5AEF2 (or 0xE5AEF2) is unknown color: approx Mauve. HEX triplet: E5, AE and F2. RGB value is (229,174,242). Sum of RGB (Red+Green+Blue) = 229+174+242=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEF2 is #1A510D. Grayscale: #C5C5C5. Windows color (decimal): -1724686 or 15904485. OLE color: 15904485.

HSL color Cylindrical-coordinate representation of color #E5AEF2: hue angle of 288.53º 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 #E5AEF2 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB229174242-
CMYK0.050.2800.05
HSL288.53º72.34%81.57%-
HSV(B)288.53º28.1%94.9%-
XYZ63.4853.3490.95-
YUV198.2152.72149.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.50%
GREEN value IS 174 (68.36% from 255) = 26.98%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=35.50%
G=26.98%
B=37.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2291742420.050.2800.05288.5372.3481.57
HexE5AEF251C051214852
Octal34525636253405441110122
Binary11100101101011101111001010111100010110010000110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEF2; }

 p { color: rgb(229,174,242); }

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

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

 a { background-color: rgb(229,174,242); }

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

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

 span { border-color: rgb(229,174,242); }

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