#E8B6F8

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

Shades of Mauve #E8B6F8

Tints of Mauve #E8B6F8

Color information

#E8B6F8 (or 0xE8B6F8) is unknown color: approx Mauve. HEX triplet: E8, B6 and F8. RGB value is (232,182,248). Sum of RGB (Red+Green+Blue) = 232+182+248=662 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.05% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #E8B6F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B6F8 is #174907. Grayscale: #CCCCCC. Windows color (decimal): -1526024 or 16299752. OLE color: 16299752.

HSL color Cylindrical-coordinate representation of color #E8B6F8: hue angle of 285.45º degrees, saturation: 0.82, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8B6F8 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB232182248-
CMYK0.060.2700.03
HSL285.45º82.5%84.31%-
HSV(B)285.45º26.61%97.25%-
XYZ66.9557.3996.36-
YUV204.47152.56147.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.05%
GREEN value IS 182 (71.48% from 255) = 27.49%
BLUE value IS 248 (97.27% from 255) = 37.46%
R=35.05%
G=27.49%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2321822480.060.2700.03285.4582.584.31
HexE8B6F861B0311d5254
Octal35026637063303435122124
Binary1110100010110110111110001101101101110001110110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B6F8; }

 p { color: rgb(232,182,248); }

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

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

 a { background-color: rgb(232,182,248); }

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

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

 span { border-color: rgb(232,182,248); }

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