#E1BFFE

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

Shades of Mauve #E1BFFE

Tints of Mauve #E1BFFE

Color information

#E1BFFE (or 0xE1BFFE) is unknown color: approx Mauve. HEX triplet: E1, BF and FE. RGB value is (225,191,254). Sum of RGB (Red+Green+Blue) = 225+191+254=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1BFFE is #1E4001. Grayscale: #D0D0D0. Windows color (decimal): -1982466 or 16695265. OLE color: 16695265.

HSL color Cylindrical-coordinate representation of color #E1BFFE: hue angle of 272.38º 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 #E1BFFE is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB225191254-
CMYK0.110.2500.00
HSL272.38º96.92%87.25%-
HSV(B)272.38º24.8%99.61%-
XYZ67.5760.42101.87-
YUV208.35153.76139.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.58%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=33.58%
G=28.51%
B=37.91%

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
Decimal2251912540.110.2500.00272.3896.9287.25
HexE1BFFEB19001106157
Octal341277376133100420141127
Binary1110000110111111111111101011110010010001000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFFE; }

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

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

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

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

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

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

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

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