#E0AAFB

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

Shades of Mauve #E0AAFB

Tints of Mauve #E0AAFB

Color information

#E0AAFB (or 0xE0AAFB) is unknown color: approx Mauve. HEX triplet: E0, AA and FB. RGB value is (224,170,251). Sum of RGB (Red+Green+Blue) = 224+170+251=645 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.73% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AAFB is #1F5504. Grayscale: #C3C3C3. Windows color (decimal): -2053381 or 16493280. OLE color: 16493280.

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

Color convert

RGB224170251-
CMYK0.110.3200.02
HSL280º91.01%82.55%-
HSV(B)280º32.27%98.43%-
XYZ62.5351.5697.92-
YUV195.38159.39148.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.73%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=34.73%
G=26.36%
B=38.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241702510.110.3200.0228091.0182.55
HexE0AAFBB20021185b53
Octal340252373134002430133123
Binary111000001010101011111011101110000001010001100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AAFB; }

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

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

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

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

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

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

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

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