#E2AAFB

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

Shades of Mauve #E2AAFB

Tints of Mauve #E2AAFB

Color information

#E2AAFB (or 0xE2AAFB) is unknown color: approx Mauve. HEX triplet: E2, AA and FB. RGB value is (226,170,251). Sum of RGB (Red+Green+Blue) = 226+170+251=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 170 (66.80% from 255 or 26.28% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AAFB is #1D5504. Grayscale: #C3C3C3. Windows color (decimal): -1922309 or 16493282. OLE color: 16493282.

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

Color convert

RGB226170251-
CMYK0.100.3200.02
HSL281.48º91.01%82.55%-
HSV(B)281.48º32.27%98.43%-
XYZ63.1551.8897.95-
YUV195.98159.05149.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.93%
GREEN value IS 170 (66.80% from 255) = 26.28%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=34.93%
G=26.28%
B=38.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261702510.100.3200.02281.4891.0182.55
HexE2AAFBA20021195b53
Octal342252373124002431133123
Binary111000101010101011111011101010000001010001100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AAFB; }

 p { color: rgb(226,170,251); }

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

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

 a { background-color: rgb(226,170,251); }

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

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

 span { border-color: rgb(226,170,251); }

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