#E0BAFA

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

Shades of Mauve #E0BAFA

Tints of Mauve #E0BAFA

Color information

#E0BAFA (or 0xE0BAFA) is unknown color: approx Mauve. HEX triplet: E0, BA and FA. RGB value is (224,186,250). Sum of RGB (Red+Green+Blue) = 224+186+250=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0BAFA is #1F4505. Grayscale: #CCCCCC. Windows color (decimal): -2049286 or 16431840. OLE color: 16431840.

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

Color convert

RGB224186250-
CMYK0.100.2600.02
HSL275.62º86.49%85.49%-
HSV(B)275.62º25.6%98.04%-
XYZ65.5557.8798.16-
YUV204.66153.59141.8-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.94%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=33.94%
G=28.18%
B=37.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241862500.100.2600.02275.6286.4985.49
HexE0BAFAA1A021145655
Octal340272372123202424126125
Binary11100000101110101111101010101101001010001010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BAFA; }

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

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

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

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

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

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

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

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