#E2AEEE

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

Shades of Mauve #E2AEEE

Tints of Mauve #E2AEEE

Color information

#E2AEEE (or 0xE2AEEE) is unknown color: approx Mauve. HEX triplet: E2, AE and EE. RGB value is (226,174,238). Sum of RGB (Red+Green+Blue) = 226+174+238=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #E2AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AEEE is #1D5111. Grayscale: #C4C4C4. Windows color (decimal): -1921298 or 15642338. OLE color: 15642338.

HSL color Cylindrical-coordinate representation of color #E2AEEE: hue angle of 288.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2AEEE is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB226174238-
CMYK0.050.2700.07
HSL288.75º65.31%80.78%-
HSV(B)288.75º26.89%93.33%-
XYZ61.9352.6187.78-
YUV196.84151.23148.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.42%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=35.42%
G=27.27%
B=37.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2261742380.050.2700.07288.7565.3180.78
HexE2AEEE51B071214151
Octal34225635653307441101121
Binary11100010101011101110111010111011011110010000110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AEEE; }

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

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

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

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

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

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

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

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