#E5AEFF

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

Shades of Mauve #E5AEFF

Tints of Mauve #E5AEFF

Color information

#E5AEFF (or 0xE5AEFF) is unknown color: approx Mauve. HEX triplet: E5, AE and FF. RGB value is (229,174,255). Sum of RGB (Red+Green+Blue) = 229+174+255=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFF is #1A5100. Grayscale: #C7C7C7. Windows color (decimal): -1724673 or 16756453. OLE color: 16756453.

HSL color Cylindrical-coordinate representation of color #E5AEFF: hue angle of 280.74º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E5AEFF is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB229174255-
CMYK0.100.3200
HSL280.74º100%84.12%-
HSV(B)280.74º31.76%100%-
XYZ65.554.15101.61-
YUV199.68159.22148.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.80%
GREEN value IS 174 (68.36% from 255) = 26.44%
BLUE value IS 255 (100% from 255) = 38.75%
R=34.80%
G=26.44%
B=38.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2291742550.100.3200280.7410084.12
HexE5AEFFA20001196454
Octal345256377124000431144124
Binary11100101101011101111111110101000000010001100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEFF; }

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

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

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

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

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

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

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

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