#E7AFF9

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

Shades of Mauve #E7AFF9

Tints of Mauve #E7AFF9

Color information

#E7AFF9 (or 0xE7AFF9) is unknown color: approx Mauve. HEX triplet: E7, AF and F9. RGB value is (231,175,249). Sum of RGB (Red+Green+Blue) = 231+175+249=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #E7AFF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFF9 is #185006. Grayscale: #C7C7C7. Windows color (decimal): -1593351 or 16363495. OLE color: 16363495.

HSL color Cylindrical-coordinate representation of color #E7AFF9: hue angle of 285.41º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7AFF9 is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB231175249-
CMYK0.070.3000.02
HSL285.41º86.05%83.14%-
HSV(B)285.41º29.72%97.65%-
XYZ65.3854.4996.69-
YUV200.18155.55149.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.27%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 249 (97.66% from 255) = 38.02%
R=35.27%
G=26.72%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2311752490.070.3000.02285.4186.0583.14
HexE7AFF971E0211d5653
Octal34725737173602435126123
Binary1110011110101111111110011111111001010001110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AFF9; }

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

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

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

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

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

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

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

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