#E7A9FE

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

Shades of Mauve #E7A9FE

Tints of Mauve #E7A9FE

Color information

#E7A9FE (or 0xE7A9FE) is unknown color: approx Mauve. HEX triplet: E7, A9 and FE. RGB value is (231,169,254). Sum of RGB (Red+Green+Blue) = 231+169+254=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7A9FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A9FE is #185601. Grayscale: #C4C4C4. Windows color (decimal): -1594882 or 16689639. OLE color: 16689639.

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

Color convert

RGB231169254-
CMYK0.090.3300.00
HSL283.76º97.7%82.94%-
HSV(B)283.76º33.46%99.61%-
XYZ65.0352.52100.48-
YUV197.23160.04152.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 169 (66.41% from 255) = 25.84%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=35.32%
G=25.84%
B=38.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2311692540.090.3300.00283.7697.782.94
HexE7A9FE9210011c6253
Octal347251376114100434142123
Binary11100111101010011111111010011000010010001110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A9FE; }

 p { color: rgb(231,169,254); }

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

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

 a { background-color: rgb(231,169,254); }

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

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

 span { border-color: rgb(231,169,254); }

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