#E5AEFB

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

Shades of Mauve #E5AEFB

Tints of Mauve #E5AEFB

Color information

#E5AEFB (or 0xE5AEFB) is unknown color: approx Mauve. HEX triplet: E5, AE and FB. RGB value is (229,174,251). Sum of RGB (Red+Green+Blue) = 229+174+251=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AEFB is #1A5104. Grayscale: #C6C6C6. Windows color (decimal): -1724677 or 16494309. OLE color: 16494309.

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

Color convert

RGB229174251-
CMYK0.090.3100.02
HSL282.86º90.59%83.33%-
HSV(B)282.86º30.68%98.43%-
XYZ64.8653.998.25-
YUV199.22157.22149.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.02%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=35.02%
G=26.61%
B=38.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291742510.090.3100.02282.8690.5983.33
HexE5AEFB91F0211b5b53
Octal345256373113702433133123
Binary11100101101011101111101110011111101010001101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5AEFB; }

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

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

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

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

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

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

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

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