#E5AEEF

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

Shades of Mauve #E5AEEF

Tints of Mauve #E5AEEF

Color information

#E5AEEF (or 0xE5AEEF) is unknown color: approx Mauve. HEX triplet: E5, AE and EF. RGB value is (229,174,239). Sum of RGB (Red+Green+Blue) = 229+174+239=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEEF is #1A5110. Grayscale: #C5C5C5. Windows color (decimal): -1724689 or 15707877. OLE color: 15707877.

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

Color convert

RGB229174239-
CMYK0.040.2700.06
HSL290.77º67.01%80.98%-
HSV(B)290.77º27.2%93.73%-
XYZ63.0353.1688.6-
YUV197.86151.22150.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.67%
GREEN value IS 174 (68.36% from 255) = 27.10%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=35.67%
G=27.10%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291742390.040.2700.06290.7767.0180.98
HexE5AEEF41B061234351
Octal34525635743306443103121
Binary11100101101011101110111110011011011010010001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEEF; }

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

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

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

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

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

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

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

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