#E8B7FA

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

Shades of Mauve #E8B7FA

Tints of Mauve #E8B7FA

Color information

#E8B7FA (or 0xE8B7FA) is unknown color: approx Mauve. HEX triplet: E8, B7 and FA. RGB value is (232,183,250). Sum of RGB (Red+Green+Blue) = 232+183+250=665 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.89% from 665); Green value is 183 (71.88% from 255 or 27.52% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #E8B7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B7FA is #174805. Grayscale: #CDCDCD. Windows color (decimal): -1525766 or 16431080. OLE color: 16431080.

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

Color convert

RGB232183250-
CMYK0.070.2700.02
HSL283.88º87.01%84.9%-
HSV(B)283.88º26.8%98.04%-
XYZ67.4757.9298.07-
YUV205.29153.23147.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.89%
GREEN value IS 183 (71.88% from 255) = 27.52%
BLUE value IS 250 (98.05% from 255) = 37.59%
R=34.89%
G=27.52%
B=37.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321832500.070.2700.02283.8887.0184.9
HexE8B7FA71B0211c5755
Octal35026737273302434127125
Binary1110100010110111111110101111101101010001110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B7FA; }

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

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

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

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

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

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

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

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