#E9B6FF

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

Shades of Mauve #E9B6FF

Tints of Mauve #E9B6FF

Color information

#E9B6FF (or 0xE9B6FF) is unknown color: approx Mauve. HEX triplet: E9, B6 and FF. RGB value is (233,182,255). Sum of RGB (Red+Green+Blue) = 233+182+255=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 182 (71.48% from 255 or 27.16% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9B6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9B6FF is #164900. Grayscale: #CDCDCD. Windows color (decimal): -1460481 or 16758505. OLE color: 16758505.

HSL color Cylindrical-coordinate representation of color #E9B6FF: hue angle of 281.92º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9B6FF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB233182255-
CMYK0.090.2900
HSL281.92º100%85.69%-
HSV(B)281.92º28.63%100%-
XYZ68.3858102.2-
YUV205.57155.9147.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.78%
GREEN value IS 182 (71.48% from 255) = 27.16%
BLUE value IS 255 (100% from 255) = 38.06%
R=34.78%
G=27.16%
B=38.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2331822550.090.2900281.9210085.69
HexE9B6FF91D0011a6456
Octal351266377113500432144126
Binary1110100110110110111111111001111010010001101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B6FF; }

 p { color: rgb(233,182,255); }

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

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

 a { background-color: rgb(233,182,255); }

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

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

 span { border-color: rgb(233,182,255); }

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