#E1BFF4

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

Shades of Mauve #E1BFF4

Tints of Mauve #E1BFF4

Color information

#E1BFF4 (or 0xE1BFF4) is unknown color: approx Mauve. HEX triplet: E1, BF and F4. RGB value is (225,191,244). Sum of RGB (Red+Green+Blue) = 225+191+244=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 244 (95.70% from 255 or 36.97% from 660); Max value from RGB is 244 - color contains mainly: blue. Hex color #E1BFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFF4 is #1E400B. Grayscale: #CFCFCF. Windows color (decimal): -1982476 or 16039905. OLE color: 16039905.

HSL color Cylindrical-coordinate representation of color #E1BFF4: hue angle of 278.49º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BFF4 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB225191244-
CMYK0.080.2200.04
HSL278.49º70.67%85.29%-
HSV(B)278.49º21.72%95.69%-
XYZ66.0159.893.65-
YUV207.21148.76140.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 244 (95.70% from 255) = 36.97%
R=34.09%
G=28.94%
B=36.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2251912440.080.2200.04278.4970.6785.29
HexE1BFF4816041164755
Octal341277364102604426107125
Binary111000011011111111110100100010110010010001011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFF4; }

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

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

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

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

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

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

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

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