#E8BFFA

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

Shades of Mauve #E8BFFA

Tints of Mauve #E8BFFA

Color information

#E8BFFA (or 0xE8BFFA) is unknown color: approx Mauve. HEX triplet: E8, BF and FA. RGB value is (232,191,250). Sum of RGB (Red+Green+Blue) = 232+191+250=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 191 (75% from 255 or 28.38% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8BFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BFFA is #174005. Grayscale: #D1D1D1. Windows color (decimal): -1523718 or 16433128. OLE color: 16433128.

HSL color Cylindrical-coordinate representation of color #E8BFFA: hue angle of 281.69º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8BFFA is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232191250-
CMYK0.070.2400.02
HSL281.69º85.51%86.47%-
HSV(B)281.69º23.6%98.04%-
XYZ69.1661.3298.63-
YUV209.98150.58143.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 191 (75% from 255) = 28.38%
BLUE value IS 250 (98.05% from 255) = 37.15%
R=34.47%
G=28.38%
B=37.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321912500.070.2400.02281.6985.5186.47
HexE8BFFA7180211a5656
Octal35027737273002432126126
Binary1110100010111111111110101111100001010001101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFFA; }

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

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

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

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

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

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

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

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