#E7AAFE

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

Shades of Mauve #E7AAFE

Tints of Mauve #E7AAFE

Color information

#E7AAFE (or 0xE7AAFE) is unknown color: approx Mauve. HEX triplet: E7, AA and FE. RGB value is (231,170,254). Sum of RGB (Red+Green+Blue) = 231+170+254=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #E7AAFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AAFE is #185501. Grayscale: #C5C5C5. Windows color (decimal): -1594626 or 16689895. OLE color: 16689895.

HSL color Cylindrical-coordinate representation of color #E7AAFE: hue angle of 283.57º 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 #E7AAFE is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB231170254-
CMYK0.090.3300.00
HSL283.57º97.67%83.14%-
HSV(B)283.57º33.07%99.61%-
XYZ65.2252.89100.54-
YUV197.81159.71151.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 170 (66.80% from 255) = 25.95%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=35.27%
G=25.95%
B=38.78%

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
Decimal2311702540.090.3300.00283.5797.6783.14
HexE7AAFE9210011c6253
Octal347252376114100434142123
Binary11100111101010101111111010011000010010001110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AAFE; }

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

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

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

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

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

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

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

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