#E8BBF1

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

Shades of Mauve #E8BBF1

Tints of Mauve #E8BBF1

Color information

#E8BBF1 (or 0xE8BBF1) is unknown color: approx Mauve. HEX triplet: E8, BB and F1. RGB value is (232,187,241). Sum of RGB (Red+Green+Blue) = 232+187+241=660 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.15% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #E8BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BBF1 is #17440E. Grayscale: #CECECE. Windows color (decimal): -1524751 or 15842280. OLE color: 15842280.

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

Color convert

RGB232187241-
CMYK0.040.2200.05
HSL290º65.85%83.92%-
HSV(B)290º22.41%94.51%-
XYZ66.9359.0591.09-
YUV206.61147.41146.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.15%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=35.15%
G=28.33%
B=36.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2321872410.040.2200.0529065.8583.92
HexE8BBF1416051224254
Octal35027336142605442102124
Binary11101000101110111111000110010110010110010001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBF1; }

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

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

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

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

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

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

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

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