#E2BAFA

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

Shades of Mauve #E2BAFA

Tints of Mauve #E2BAFA

Color information

#E2BAFA (or 0xE2BAFA) is unknown color: approx Mauve. HEX triplet: E2, BA and FA. RGB value is (226,186,250). Sum of RGB (Red+Green+Blue) = 226+186+250=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2BAFA is #1D4505. Grayscale: #CDCDCD. Windows color (decimal): -1918214 or 16431842. OLE color: 16431842.

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

Color convert

RGB226186250-
CMYK0.100.2600.02
HSL277.5º86.49%85.49%-
HSV(B)277.5º25.6%98.04%-
XYZ66.1858.1998.19-
YUV205.26153.25142.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 250 (98.05% from 255) = 37.76%
R=34.14%
G=28.10%
B=37.76%

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
Decimal2261862500.100.2600.02277.586.4985.49
HexE2BAFAA1A021165655
Octal342272372123202426126125
Binary11100010101110101111101010101101001010001011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2BAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2BAFA; }

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

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

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

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

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

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

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

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