#E4BBFA

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

Shades of Mauve #E4BBFA

Tints of Mauve #E4BBFA

Color information

#E4BBFA (or 0xE4BBFA) is unknown color: approx Mauve. HEX triplet: E4, BB and FA. RGB value is (228,187,250). Sum of RGB (Red+Green+Blue) = 228+187+250=665 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.29% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BBFA is #1B4405. Grayscale: #CECECE. Windows color (decimal): -1786886 or 16432100. OLE color: 16432100.

HSL color Cylindrical-coordinate representation of color #E4BBFA: hue angle of 279.05º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BBFA is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB228187250-
CMYK0.090.2500.02
HSL279.05º86.3%85.69%-
HSV(B)279.05º25.2%98.04%-
XYZ67.0258.9498.29-
YUV206.44152.58143.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.29%
GREEN value IS 187 (73.44% from 255) = 28.12%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=34.29%
G=28.12%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281872500.090.2500.02279.0586.385.69
HexE4BBFA919021175656
Octal344273372113102427126126
Binary11100100101110111111101010011100101010001011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BBFA; }

 p { color: rgb(228,187,250); }

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

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

 a { background-color: rgb(228,187,250); }

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

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

 span { border-color: rgb(228,187,250); }

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