#E7AAFB

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

Shades of Mauve #E7AAFB

Tints of Mauve #E7AAFB

Color information

#E7AAFB (or 0xE7AAFB) is unknown color: approx Mauve. HEX triplet: E7, AA and FB. RGB value is (231,170,251). Sum of RGB (Red+Green+Blue) = 231+170+251=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #E7AAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAFB is #185504. Grayscale: #C5C5C5. Windows color (decimal): -1594629 or 16493287. OLE color: 16493287.

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

Color convert

RGB231170251-
CMYK0.080.3200.02
HSL285.19º91.01%82.55%-
HSV(B)285.19º32.27%98.43%-
XYZ64.7452.798.03-
YUV197.47158.21151.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.43%
GREEN value IS 170 (66.80% from 255) = 26.07%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=35.43%
G=26.07%
B=38.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311702510.080.3200.02285.1991.0182.55
HexE7AAFB8200211d5b53
Octal347252373104002435133123
Binary111001111010101011111011100010000001010001110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAFB; }

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

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

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

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

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

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

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

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