#E1AEFF

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

Shades of Mauve #E1AEFF

Tints of Mauve #E1AEFF

Color information

#E1AEFF (or 0xE1AEFF) is unknown color: approx Mauve. HEX triplet: E1, AE and FF. RGB value is (225,174,255). Sum of RGB (Red+Green+Blue) = 225+174+255=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AEFF is #1E5100. Grayscale: #C6C6C6. Windows color (decimal): -1986817 or 16756449. OLE color: 16756449.

HSL color Cylindrical-coordinate representation of color #E1AEFF: hue angle of 277.78º 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 #E1AEFF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225174255-
CMYK0.120.3200
HSL277.78º100%84.12%-
HSV(B)277.78º31.76%100%-
XYZ64.2453.5101.55-
YUV198.48159.9146.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.40%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 255 (100% from 255) = 38.99%
R=34.40%
G=26.61%
B=38.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251742550.120.3200277.7810084.12
HexE1AEFFC20001166454
Octal341256377144000426144124
Binary11100001101011101111111111001000000010001011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AEFF; }

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

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

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

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

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

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

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

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