#E9AEF6

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

Shades of Mauve #E9AEF6

Tints of Mauve #E9AEF6

Color information

#E9AEF6 (or 0xE9AEF6) is unknown color: approx Mauve. HEX triplet: E9, AE and F6. RGB value is (233,174,246). Sum of RGB (Red+Green+Blue) = 233+174+246=653 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.68% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #E9AEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEF6 is #165109. Grayscale: #C7C7C7. Windows color (decimal): -1462538 or 16166633. OLE color: 16166633.

HSL color Cylindrical-coordinate representation of color #E9AEF6: hue angle of 289.17º degrees, saturation: 0.8, 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 #E9AEF6 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233174246-
CMYK0.050.2900.04
HSL289.17º80%82.35%-
HSV(B)289.17º29.27%96.47%-
XYZ65.3754.2594.21-
YUV199.85154.05151.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.68%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=35.68%
G=26.65%
B=37.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331742460.050.2900.04289.178082.35
HexE9AEF651D041215052
Octal35125636653504441120122
Binary11101001101011101111011010111101010010010000110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEF6; }

 p { color: rgb(233,174,246); }

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

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

 a { background-color: rgb(233,174,246); }

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

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

 span { border-color: rgb(233,174,246); }

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