#E6AEF0

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

Shades of Mauve #E6AEF0

Tints of Mauve #E6AEF0

Color information

#E6AEF0 (or 0xE6AEF0) is unknown color: approx Mauve. HEX triplet: E6, AE and F0. RGB value is (230,174,240). Sum of RGB (Red+Green+Blue) = 230+174+240=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #E6AEF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AEF0 is #19510F. Grayscale: #C6C6C6. Windows color (decimal): -1659152 or 15773414. OLE color: 15773414.

HSL color Cylindrical-coordinate representation of color #E6AEF0: hue angle of 290.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6AEF0 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230174240-
CMYK0.040.2800.06
HSL290.91º68.75%81.18%-
HSV(B)290.91º27.5%94.12%-
XYZ63.553.3989.4-
YUV198.27151.55150.63-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 240 (94.14% from 255) = 37.27%
R=35.71%
G=27.02%
B=37.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301742400.040.2800.06290.9168.7581.18
HexE6AEF041C061234551
Octal34625636043406443105121
Binary11100110101011101111000010011100011010010001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AEF0; }

 p { color: rgb(230,174,240); }

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

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

 a { background-color: rgb(230,174,240); }

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

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

 span { border-color: rgb(230,174,240); }

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