#E7ABF8

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

Shades of Mauve #E7ABF8

Tints of Mauve #E7ABF8

Color information

#E7ABF8 (or 0xE7ABF8) is unknown color: approx Mauve. HEX triplet: E7, AB and F8. RGB value is (231,171,248). Sum of RGB (Red+Green+Blue) = 231+171+248=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #E7ABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABF8 is #185407. Grayscale: #C5C5C5. Windows color (decimal): -1594376 or 16296935. OLE color: 16296935.

HSL color Cylindrical-coordinate representation of color #E7ABF8: hue angle of 286.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7ABF8 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB231171248-
CMYK0.070.3100.03
HSL286.75º84.62%82.16%-
HSV(B)286.75º31.05%97.25%-
XYZ64.4652.8995.62-
YUV197.72156.38151.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.54%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=35.54%
G=26.31%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2311712480.070.3100.03286.7584.6282.16
HexE7ABF871F0311f5552
Octal34725337073703437125122
Binary1110011110101011111110001111111101110001111110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABF8; }

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

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

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

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

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

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

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

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