#e8aef6

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

Shades of Mauve #E8AEF6

Tints of Mauve #E8AEF6

Color information

#E8AEF6 (or 0xE8AEF6) is unknown color: approx Mauve. HEX triplet: E8, AE and F6. RGB value is (232,174,246). Sum of RGB (Red+Green+Blue) = 232+174+246=652 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.58% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8AEF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AEF6 is #175109. Grayscale: #C7C7C7. Windows color (decimal): -1528074 or 16166632. OLE color: 16166632.

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

Color convert

RGB232174246-
CMYK0.060.2900.04
HSL288.33º80%82.35%-
HSV(B)288.33º29.27%96.47%-
XYZ65.0554.0894.2-
YUV199.55154.22151.15-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.58%
GREEN value IS 174 (68.36% from 255) = 26.69%
BLUE value IS 246 (96.48% from 255) = 37.73%
R=35.58%
G=26.69%
B=37.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321742460.060.2900.04288.338082.35
HexE8AEF661D041205052
Octal35025636663504440120122
Binary11101000101011101111011011011101010010010000010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8aef6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8aef6; }

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

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

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

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

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

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

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

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