#E7ADF1

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

Shades of Mauve #E7ADF1

Tints of Mauve #E7ADF1

Color information

#E7ADF1 (or 0xE7ADF1) is unknown color: approx Mauve. HEX triplet: E7, AD and F1. RGB value is (231,173,241). Sum of RGB (Red+Green+Blue) = 231+173+241=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #E7ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADF1 is #18520E. Grayscale: #C5C5C5. Windows color (decimal): -1593871 or 15838695. OLE color: 15838695.

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

Color convert

RGB231173241-
CMYK0.040.2800.05
HSL291.18º70.83%81.18%-
HSV(B)291.18º28.22%94.51%-
XYZ63.7853.2390.13-
YUV198.09152.22151.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.81%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=35.81%
G=26.82%
B=37.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2311732410.040.2800.05291.1870.8381.18
HexE7ADF141C051234751
Octal34725536143405443107121
Binary11100111101011011111000110011100010110010001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7ADF1; }

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

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

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

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

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

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

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

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