#E4BCFA

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

Shades of Mauve #E4BCFA

Tints of Mauve #E4BCFA

Color information

#E4BCFA (or 0xE4BCFA) is unknown color: approx Mauve. HEX triplet: E4, BC and FA. RGB value is (228,188,250). Sum of RGB (Red+Green+Blue) = 228+188+250=666 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.23% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BCFA is #1B4305. Grayscale: #CECECE. Windows color (decimal): -1786630 or 16432356. OLE color: 16432356.

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

Color convert

RGB228188250-
CMYK0.090.2500.02
HSL278.71º86.11%85.88%-
HSV(B)278.71º24.8%98.04%-
XYZ67.2359.3698.36-
YUV207.03152.25142.96-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.23%
GREEN value IS 188 (73.83% from 255) = 28.23%
BLUE value IS 250 (98.05% from 255) = 37.54%
R=34.23%
G=28.23%
B=37.54%

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
Decimal2281882500.090.2500.02278.7186.1185.88
HexE4BCFA919021175656
Octal344274372113102427126126
Binary11100100101111001111101010011100101010001011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BCFA; }

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

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

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

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

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

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

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

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