#E0AEFB

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

Shades of Mauve #E0AEFB

Tints of Mauve #E0AEFB

Color information

#E0AEFB (or 0xE0AEFB) is unknown color: approx Mauve. HEX triplet: E0, AE and FB. RGB value is (224,174,251). Sum of RGB (Red+Green+Blue) = 224+174+251=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 174 (68.36% from 255 or 26.81% from 649); Blue value is 251 (98.44% from 255 or 38.67% from 649); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0AEFB is #1F5104. Grayscale: #C5C5C5. Windows color (decimal): -2052357 or 16494304. OLE color: 16494304.

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

Color convert

RGB224174251-
CMYK0.110.3100.02
HSL278.96º90.59%83.33%-
HSV(B)278.96º30.68%98.43%-
XYZ63.2953.0898.18-
YUV197.73158.06146.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 174 (68.36% from 255) = 26.81%
BLUE value IS 251 (98.44% from 255) = 38.67%
R=34.51%
G=26.81%
B=38.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241742510.110.3100.02278.9690.5983.33
HexE0AEFBB1F021175b53
Octal340256373133702427133123
Binary11100000101011101111101110111111101010001011110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AEFB; }

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

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

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

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

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

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

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

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