#E7B9FF

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

Shades of Mauve #E7B9FF

Tints of Mauve #E7B9FF

Color information

#E7B9FF (or 0xE7B9FF) is unknown color: approx Mauve. HEX triplet: E7, B9 and FF. RGB value is (231,185,255). Sum of RGB (Red+Green+Blue) = 231+185+255=671 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.43% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7B9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7B9FF is #184600. Grayscale: #CECECE. Windows color (decimal): -1590785 or 16759271. OLE color: 16759271.

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

Color convert

RGB231185255-
CMYK0.090.2700
HSL279.43º100%86.27%-
HSV(B)279.43º27.45%100%-
XYZ68.3558.91102.38-
YUV206.73155.24145.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.43%
GREEN value IS 185 (72.66% from 255) = 27.57%
BLUE value IS 255 (100% from 255) = 38.00%
R=34.43%
G=27.57%
B=38.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311852550.090.2700279.4310086.27
HexE7B9FF91B001176456
Octal347271377113300427144126
Binary1110011110111001111111111001110110010001011111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B9FF; }

 p { color: rgb(231,185,255); }

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

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

 a { background-color: rgb(231,185,255); }

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

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

 span { border-color: rgb(231,185,255); }

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