#E5AAFB

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

Shades of Mauve #E5AAFB

Tints of Mauve #E5AAFB

Color information

#E5AAFB (or 0xE5AAFB) is unknown color: approx Mauve. HEX triplet: E5, AA and FB. RGB value is (229,170,251). Sum of RGB (Red+Green+Blue) = 229+170+251=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AAFB is #1A5504. Grayscale: #C4C4C4. Windows color (decimal): -1725701 or 16493285. OLE color: 16493285.

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

Color convert

RGB229170251-
CMYK0.090.3200.02
HSL283.7º91.01%82.55%-
HSV(B)283.7º32.27%98.43%-
XYZ64.152.3798-
YUV196.88158.55150.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.23%
GREEN value IS 170 (66.80% from 255) = 26.15%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=35.23%
G=26.15%
B=38.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291702510.090.3200.02283.791.0182.55
HexE5AAFB9200211c5b53
Octal345252373114002434133123
Binary111001011010101011111011100110000001010001110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AAFB; }

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

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

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

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

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

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

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

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