#E1BEFF

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

Shades of Mauve #E1BEFF

Tints of Mauve #E1BEFF

Color information

#E1BEFF (or 0xE1BEFF) is unknown color: approx Mauve. HEX triplet: E1, BE and FF. RGB value is (225,190,255). Sum of RGB (Red+Green+Blue) = 225+190+255=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BEFF is #1E4100. Grayscale: #CFCFCF. Windows color (decimal): -1982721 or 16760545. OLE color: 16760545.

HSL color Cylindrical-coordinate representation of color #E1BEFF: hue angle of 272.31º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1BEFF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB225190255-
CMYK0.120.2500
HSL272.31º100%87.25%-
HSV(B)272.31º25.49%100%-
XYZ67.5160.05102.64-
YUV207.87154.6140.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.58%
GREEN value IS 190 (74.61% from 255) = 28.36%
BLUE value IS 255 (100% from 255) = 38.06%
R=33.58%
G=28.36%
B=38.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2251902550.120.2500272.3110087.25
HexE1BEFFC19001106457
Octal341276377143100420144127
Binary1110000110111110111111111100110010010001000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEFF; }

 p { color: rgb(225,190,255); }

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

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

 a { background-color: rgb(225,190,255); }

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

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

 span { border-color: rgb(225,190,255); }

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