#E2BFFE

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

Shades of Mauve #E2BFFE

Tints of Mauve #E2BFFE

Color information

#E2BFFE (or 0xE2BFFE) is unknown color: approx Mauve. HEX triplet: E2, BF and FE. RGB value is (226,191,254). Sum of RGB (Red+Green+Blue) = 226+191+254=671 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.68% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BFFE is #1D4001. Grayscale: #D0D0D0. Windows color (decimal): -1916930 or 16695266. OLE color: 16695266.

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

Color convert

RGB226191254-
CMYK0.110.2500.00
HSL273.33º96.92%87.25%-
HSV(B)273.33º24.8%99.61%-
XYZ67.8860.59101.88-
YUV208.65153.6140.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.68%
GREEN value IS 191 (75% from 255) = 28.46%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=33.68%
G=28.46%
B=37.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2261912540.110.2500.00273.3396.9287.25
HexE2BFFEB19001116157
Octal342277376133100421141127
Binary1110001010111111111111101011110010010001000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BFFE; }

 p { color: rgb(226,191,254); }

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

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

 a { background-color: rgb(226,191,254); }

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

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

 span { border-color: rgb(226,191,254); }

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