#E8B9F6

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

Shades of Mauve #E8B9F6

Tints of Mauve #E8B9F6

Color information

#E8B9F6 (or 0xE8B9F6) is unknown color: approx Mauve. HEX triplet: E8, B9 and F6. RGB value is (232,185,246). Sum of RGB (Red+Green+Blue) = 232+185+246=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 185 (72.66% from 255 or 27.90% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #E8B9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B9F6 is #174609. Grayscale: #CDCDCD. Windows color (decimal): -1525258 or 16169448. OLE color: 16169448.

HSL color Cylindrical-coordinate representation of color #E8B9F6: hue angle of 286.23º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8B9F6 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB232185246-
CMYK0.060.2500.04
HSL286.23º77.22%84.51%-
HSV(B)286.23º24.8%96.47%-
XYZ67.2658.5194.94-
YUV206.01150.57146.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.99%
GREEN value IS 185 (72.66% from 255) = 27.90%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=34.99%
G=27.90%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2321852460.060.2500.04286.2377.2284.51
HexE8B9F66190411e4d55
Octal35027136663104436115125
Binary11101000101110011111011011011001010010001111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B9F6; }

 p { color: rgb(232,185,246); }

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

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

 a { background-color: rgb(232,185,246); }

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

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

 span { border-color: rgb(232,185,246); }

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