#E8BAFE

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

Shades of Mauve #E8BAFE

Tints of Mauve #E8BAFE

Color information

#E8BAFE (or 0xE8BAFE) is unknown color: approx Mauve. HEX triplet: E8, BA and FE. RGB value is (232,186,254). Sum of RGB (Red+Green+Blue) = 232+186+254=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #E8BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BAFE is #174501. Grayscale: #CFCFCF. Windows color (decimal): -1524994 or 16693992. OLE color: 16693992.

HSL color Cylindrical-coordinate representation of color #E8BAFE: hue angle of 280.59º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8BAFE is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB232186254-
CMYK0.090.2700.00
HSL280.59º97.14%86.27%-
HSV(B)280.59º26.77%99.61%-
XYZ68.7359.43101.61-
YUV207.51154.24145.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=34.52%
G=27.68%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2321862540.090.2700.00280.5997.1486.27
HexE8BAFE91B001196156
Octal350272376113300431141126
Binary1110100010111010111111101001110110010001100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAFE; }

 p { color: rgb(232,186,254); }

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

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

 a { background-color: rgb(232,186,254); }

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

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

 span { border-color: rgb(232,186,254); }

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