#E1BFF1

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

Shades of Mauve #E1BFF1

Tints of Mauve #E1BFF1

Color information

#E1BFF1 (or 0xE1BFF1) is unknown color: approx Mauve. HEX triplet: E1, BF and F1. RGB value is (225,191,241). Sum of RGB (Red+Green+Blue) = 225+191+241=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 241 (94.53% from 255 or 36.68% from 657); Max value from RGB is 241 - color contains mainly: blue. Hex color #E1BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFF1 is #1E400E. Grayscale: #CECECE. Windows color (decimal): -1982479 or 15843297. OLE color: 15843297.

HSL color Cylindrical-coordinate representation of color #E1BFF1: hue angle of 280.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1BFF1 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB225191241-
CMYK0.070.2100.05
HSL280.8º64.1%84.71%-
HSV(B)280.8º20.75%94.51%-
XYZ65.5659.6291.27-
YUV206.87147.26140.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.25%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 241 (94.53% from 255) = 36.68%
R=34.25%
G=29.07%
B=36.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2251912410.070.2100.05280.864.184.71
HexE1BFF1715051194055
Octal34127736172505431100125
Binary11100001101111111111000111110101010110001100110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFF1; }

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

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

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

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

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

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

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

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