#E4BAFA

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

Shades of Mauve #E4BAFA

Tints of Mauve #E4BAFA

Color information

#E4BAFA (or 0xE4BAFA) is unknown color: approx Mauve. HEX triplet: E4, BA and FA. RGB value is (228,186,250). Sum of RGB (Red+Green+Blue) = 228+186+250=664 (87% of max value = 765). Red value is 228 (89.45% from 255 or 34.34% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #E4BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4BAFA is #1B4505. Grayscale: #CDCDCD. Windows color (decimal): -1787142 or 16431844. OLE color: 16431844.

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

Color convert

RGB228186250-
CMYK0.090.2600.02
HSL279.38º86.49%85.49%-
HSV(B)279.38º25.6%98.04%-
XYZ66.8158.5198.22-
YUV205.85152.91143.8-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 34.34%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=34.34%
G=28.01%
B=37.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2281862500.090.2600.02279.3886.4985.49
HexE4BAFA91A021175655
Octal344272372113202427126125
Binary11100100101110101111101010011101001010001011110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BAFA; }

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

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

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

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

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

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

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

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