#E2B3FB

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

Shades of Mauve #E2B3FB

Tints of Mauve #E2B3FB

Color information

#E2B3FB (or 0xE2B3FB) is unknown color: approx Mauve. HEX triplet: E2, B3 and FB. RGB value is (226,179,251). Sum of RGB (Red+Green+Blue) = 226+179+251=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E2B3FB is #1D4C04. Grayscale: #C9C9C9. Windows color (decimal): -1920005 or 16495586. OLE color: 16495586.

HSL color Cylindrical-coordinate representation of color #E2B3FB: hue angle of 279.17º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2B3FB is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226179251-
CMYK0.100.2900.02
HSL279.17º90%84.31%-
HSV(B)279.17º28.69%98.43%-
XYZ64.955.3798.53-
YUV201.26156.07145.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.45%
GREEN value IS 179 (70.31% from 255) = 27.29%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=34.45%
G=27.29%
B=38.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261792510.100.2900.02279.179084.31
HexE2B3FBA1D021175a54
Octal342263373123502427132124
Binary11100010101100111111101110101110101010001011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B3FB; }

 p { color: rgb(226,179,251); }

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

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

 a { background-color: rgb(226,179,251); }

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

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

 span { border-color: rgb(226,179,251); }

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