#E7ABF1

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

Shades of Mauve #E7ABF1

Tints of Mauve #E7ABF1

Color information

#E7ABF1 (or 0xE7ABF1) is unknown color: approx Mauve. HEX triplet: E7, AB and F1. RGB value is (231,171,241). Sum of RGB (Red+Green+Blue) = 231+171+241=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ABF1 is #18540E. Grayscale: #C4C4C4. Windows color (decimal): -1594383 or 15838183. OLE color: 15838183.

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

Color convert

RGB231171241-
CMYK0.040.2900.05
HSL291.43º71.43%80.78%-
HSV(B)291.43º29.05%94.51%-
XYZ63.452.4790-
YUV196.92152.88152.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.93%
GREEN value IS 171 (67.19% from 255) = 26.59%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=35.93%
G=26.59%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311712410.040.2900.05291.4371.4380.78
HexE7ABF141D051234751
Octal34725336143505443107121
Binary11100111101010111111000110011101010110010001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ABF1; }

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

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

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

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

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

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

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

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