#E8BFFF

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

Shades of Mauve #E8BFFF

Tints of Mauve #E8BFFF

Color information

#E8BFFF (or 0xE8BFFF) is unknown color: approx Mauve. HEX triplet: E8, BF and FF. RGB value is (232,191,255). Sum of RGB (Red+Green+Blue) = 232+191+255=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 191 (75% from 255 or 28.17% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #E8BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFFF is #174000. Grayscale: #D2D2D2. Windows color (decimal): -1523713 or 16760808. OLE color: 16760808.

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

Color convert

RGB232191255-
CMYK0.090.2500
HSL278.44º100%87.45%-
HSV(B)278.44º25.1%100%-
XYZ69.9661.64102.82-
YUV210.55153.08143.3-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.22%
GREEN value IS 191 (75% from 255) = 28.17%
BLUE value IS 255 (100% from 255) = 37.61%
R=34.22%
G=28.17%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2321912550.090.2500278.4410087.45
HexE8BFFF919001166457
Octal350277377113100426144127
Binary1110100010111111111111111001110010010001011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFFF; }

 p { color: rgb(232,191,255); }

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

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

 a { background-color: rgb(232,191,255); }

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

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

 span { border-color: rgb(232,191,255); }

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