#E8BBFA

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

Shades of Mauve #E8BBFA

Tints of Mauve #E8BBFA

Color information

#E8BBFA (or 0xE8BBFA) is unknown color: approx Mauve. HEX triplet: E8, BB and FA. RGB value is (232,187,250). Sum of RGB (Red+Green+Blue) = 232+187+250=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BBFA is #174405. Grayscale: #CFCFCF. Windows color (decimal): -1524742 or 16432104. OLE color: 16432104.

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

Color convert

RGB232187250-
CMYK0.070.2500.02
HSL282.86º86.3%85.69%-
HSV(B)282.86º25.2%98.04%-
XYZ68.359.698.35-
YUV207.64151.91145.38-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.68%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=34.68%
G=27.95%
B=37.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321872500.070.2500.02282.8686.385.69
HexE8BBFA7190211b5656
Octal35027337273102433126126
Binary1110100010111011111110101111100101010001101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBFA; }

 p { color: rgb(232,187,250); }

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

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

 a { background-color: rgb(232,187,250); }

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

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

 span { border-color: rgb(232,187,250); }

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