#E8B6EF

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

Shades of Mauve #E8B6EF

Tints of Mauve #E8B6EF

Color information

#E8B6EF (or 0xE8B6EF) is unknown color: approx Mauve. HEX triplet: E8, B6 and EF. RGB value is (232,182,239). Sum of RGB (Red+Green+Blue) = 232+182+239=653 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.53% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8B6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8B6EF is #174910. Grayscale: #CBCBCB. Windows color (decimal): -1526033 or 15709928. OLE color: 15709928.

HSL color Cylindrical-coordinate representation of color #E8B6EF: hue angle of 292.63º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E8B6EF is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB232182239-
CMYK0.030.2400.06
HSL292.63º64.04%82.55%-
HSV(B)292.63º23.85%93.73%-
XYZ65.5956.8489.18-
YUV203.45148.06148.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.53%
GREEN value IS 182 (71.48% from 255) = 27.87%
BLUE value IS 239 (93.75% from 255) = 36.60%
R=35.53%
G=27.87%
B=36.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2321822390.030.2400.06292.6364.0482.55
HexE8B6EF318061254053
Octal35026635733006445100123
Binary1110100010110110111011111111000011010010010110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B6EF; }

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

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

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

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

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

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

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

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