#E4AEFB

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

Shades of Mauve #E4AEFB

Tints of Mauve #E4AEFB

Color information

#E4AEFB (or 0xE4AEFB) is unknown color: approx Mauve. HEX triplet: E4, AE and FB. RGB value is (228,174,251). Sum of RGB (Red+Green+Blue) = 228+174+251=653 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.92% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #E4AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4AEFB is #1B5104. Grayscale: #C6C6C6. Windows color (decimal): -1790213 or 16494308. OLE color: 16494308.

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

Color convert

RGB228174251-
CMYK0.090.3100.02
HSL282.08º90.59%83.33%-
HSV(B)282.08º30.68%98.43%-
XYZ64.5453.7398.24-
YUV198.92157.39148.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.92%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=34.92%
G=26.65%
B=38.44%

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
Decimal2281742510.090.3100.02282.0890.5983.33
HexE4AEFB91F0211a5b53
Octal344256373113702432133123
Binary11100100101011101111101110011111101010001101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AEFB; }

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

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

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

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

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

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

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

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