#E7AFFF

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

Shades of Mauve #E7AFFF

Tints of Mauve #E7AFFF

Color information

#E7AFFF (or 0xE7AFFF) is unknown color: approx Mauve. HEX triplet: E7, AF and FF. RGB value is (231,175,255). Sum of RGB (Red+Green+Blue) = 231+175+255=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 175 (68.75% from 255 or 26.48% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #E7AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFFF is #185000. Grayscale: #C8C8C8. Windows color (decimal): -1593345 or 16756711. OLE color: 16756711.

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

Color convert

RGB231175255-
CMYK0.090.3100
HSL282º100%84.31%-
HSV(B)282º31.37%100%-
XYZ66.3354.87101.7-
YUV200.86158.55149.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.95%
GREEN value IS 175 (68.75% from 255) = 26.48%
BLUE value IS 255 (100% from 255) = 38.58%
R=34.95%
G=26.48%
B=38.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2311752550.090.310028210084.31
HexE7AFFF91F0011a6454
Octal347257377113700432144124
Binary1110011110101111111111111001111110010001101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFFF; }

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

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

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

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

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

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

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

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