#EAAFF7

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

Shades of Mauve #EAAFF7

Tints of Mauve #EAAFF7

Color information

#EAAFF7 (or 0xEAAFF7) is unknown color: approx Mauve. HEX triplet: EA, AF and F7. RGB value is (234,175,247). Sum of RGB (Red+Green+Blue) = 234+175+247=656 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.67% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAAFF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAFF7 is #155008. Grayscale: #C8C8C8. Windows color (decimal): -1396745 or 16232426. OLE color: 16232426.

HSL color Cylindrical-coordinate representation of color #EAAFF7: hue angle of 289.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAFF7 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234175247-
CMYK0.050.2900.03
HSL289.17º81.82%82.75%-
HSV(B)289.17º29.15%96.86%-
XYZ66.0554.8795.11-
YUV200.85154.05151.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.67%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 247 (96.88% from 255) = 37.65%
R=35.67%
G=26.68%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341752470.050.2900.03289.1781.8282.75
HexEAAFF751D031215253
Octal35225736753503441122123
Binary1110101010101111111101111011110101110010000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAFF7; }

 p { color: rgb(234,175,247); }

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

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

 a { background-color: rgb(234,175,247); }

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

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

 span { border-color: rgb(234,175,247); }

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