#E8BAF1

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

Shades of Mauve #E8BAF1

Tints of Mauve #E8BAF1

Color information

#E8BAF1 (or 0xE8BAF1) is unknown color: approx Mauve. HEX triplet: E8, BA and F1. RGB value is (232,186,241). Sum of RGB (Red+Green+Blue) = 232+186+241=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAF1 is #17450E. Grayscale: #CDCDCD. Windows color (decimal): -1525007 or 15842024. OLE color: 15842024.

HSL color Cylindrical-coordinate representation of color #E8BAF1: hue angle of 290.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8BAF1 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB232186241-
CMYK0.040.2300.05
HSL290.18º66.27%83.73%-
HSV(B)290.18º22.82%94.51%-
XYZ66.7158.6291.02-
YUV206.02147.74146.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.20%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 241 (94.53% from 255) = 36.57%
R=35.20%
G=28.22%
B=36.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321862410.040.2300.05290.1866.2783.73
HexE8BAF1417051224254
Octal35027236142705442102124
Binary11101000101110101111000110010111010110010001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAF1; }

 p { color: rgb(232,186,241); }

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

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

 a { background-color: rgb(232,186,241); }

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

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

 span { border-color: rgb(232,186,241); }

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