#E2AEFF

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

Shades of Mauve #E2AEFF

Tints of Mauve #E2AEFF

Color information

#E2AEFF (or 0xE2AEFF) is unknown color: approx Mauve. HEX triplet: E2, AE and FF. RGB value is (226,174,255). Sum of RGB (Red+Green+Blue) = 226+174+255=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEFF is #1D5100. Grayscale: #C6C6C6. Windows color (decimal): -1921281 or 16756450. OLE color: 16756450.

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

Color convert

RGB226174255-
CMYK0.110.3200
HSL278.52º100%84.12%-
HSV(B)278.52º31.76%100%-
XYZ64.5553.66101.56-
YUV198.78159.73147.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 174 (68.36% from 255) = 26.56%
BLUE value IS 255 (100% from 255) = 38.93%
R=34.50%
G=26.56%
B=38.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2261742550.110.3200278.5210084.12
HexE2AEFFB20001176454
Octal342256377134000427144124
Binary11100010101011101111111110111000000010001011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEFF; }

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

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

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

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

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

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

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

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