#E1BBF1

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

Shades of Mauve #E1BBF1

Tints of Mauve #E1BBF1

Color information

#E1BBF1 (or 0xE1BBF1) is unknown color: approx Mauve. HEX triplet: E1, BB and F1. RGB value is (225,187,241). Sum of RGB (Red+Green+Blue) = 225+187+241=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1BBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BBF1 is #1E440E. Grayscale: #CCCCCC. Windows color (decimal): -1983503 or 15842273. OLE color: 15842273.

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

Color convert

RGB225187241-
CMYK0.070.2200.05
HSL282.22º65.85%83.92%-
HSV(B)282.22º22.41%94.51%-
XYZ64.757.990.98-
YUV204.52148.59142.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.46%
GREEN value IS 187 (73.44% from 255) = 28.64%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=34.46%
G=28.64%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251872410.070.2200.05282.2265.8583.92
HexE1BBF17160511a4254
Octal34127336172605432102124
Binary11100001101110111111000111110110010110001101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BBF1; }

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

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

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

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

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

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

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

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