#E7ABF3

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

Shades of Mauve #E7ABF3

Tints of Mauve #E7ABF3

Color information

#E7ABF3 (or 0xE7ABF3) is unknown color: approx Mauve. HEX triplet: E7, AB and F3. RGB value is (231,171,243). Sum of RGB (Red+Green+Blue) = 231+171+243=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #E7ABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABF3 is #18540C. Grayscale: #C4C4C4. Windows color (decimal): -1594381 or 15969255. OLE color: 15969255.

HSL color Cylindrical-coordinate representation of color #E7ABF3: hue angle of 290º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7ABF3 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB231171243-
CMYK0.050.3000.05
HSL290º75%81.18%-
HSV(B)290º29.63%95.29%-
XYZ63.752.5991.59-
YUV197.15153.88152.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 171 (67.19% from 255) = 26.51%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=35.81%
G=26.51%
B=37.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311712430.050.3000.052907581.18
HexE7ABF351E051224b51
Octal34725336353605442113121
Binary11100111101010111111001110111110010110010001010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABF3; }

 p { color: rgb(231,171,243); }

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

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

 a { background-color: rgb(231,171,243); }

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

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

 span { border-color: rgb(231,171,243); }

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