#E9AEFB

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

Shades of Mauve #E9AEFB

Tints of Mauve #E9AEFB

Color information

#E9AEFB (or 0xE9AEFB) is unknown color: approx Mauve. HEX triplet: E9, AE and FB. RGB value is (233,174,251). Sum of RGB (Red+Green+Blue) = 233+174+251=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 174 (68.36% from 255 or 26.44% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #E9AEFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AEFB is #165104. Grayscale: #C8C8C8. Windows color (decimal): -1462533 or 16494313. OLE color: 16494313.

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

Color convert

RGB233174251-
CMYK0.070.3100.02
HSL285.97º90.59%83.33%-
HSV(B)285.97º30.68%98.43%-
XYZ66.1554.5698.31-
YUV200.42156.55151.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.41%
GREEN value IS 174 (68.36% from 255) = 26.44%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=35.41%
G=26.44%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2331742510.070.3100.02285.9790.5983.33
HexE9AEFB71F0211e5b53
Octal35125637373702436133123
Binary1110100110101110111110111111111101010001111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AEFB; }

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

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

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

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

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

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

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

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