#E7AEFF

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

Shades of Mauve #E7AEFF

Tints of Mauve #E7AEFF

Color information

#E7AEFF (or 0xE7AEFF) is unknown color: approx Mauve. HEX triplet: E7, AE and FF. RGB value is (231,174,255). Sum of RGB (Red+Green+Blue) = 231+174+255=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 174 (68.36% from 255 or 26.36% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7AEFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AEFF is #185100. Grayscale: #C8C8C8. Windows color (decimal): -1593601 or 16756455. OLE color: 16756455.

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

Color convert

RGB231174255-
CMYK0.090.3200
HSL282.22º100%84.12%-
HSV(B)282.22º31.76%100%-
XYZ66.1454.48101.64-
YUV200.28158.88149.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 174 (68.36% from 255) = 26.36%
BLUE value IS 255 (100% from 255) = 38.64%
R=35%
G=26.36%
B=38.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311742550.090.3200282.2210084.12
HexE7AEFF9200011a6454
Octal347256377114000432144124
Binary11100111101011101111111110011000000010001101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AEFF; }

 p { color: rgb(231,174,255); }

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

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

 a { background-color: rgb(231,174,255); }

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

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

 span { border-color: rgb(231,174,255); }

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