#EAA7F5

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

Shades of Mauve #EAA7F5

Tints of Mauve #EAA7F5

Color information

#EAA7F5 (or 0xEAA7F5) is unknown color: approx Mauve. HEX triplet: EA, A7 and F5. RGB value is (234,167,245). Sum of RGB (Red+Green+Blue) = 234+167+245=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 167 (65.62% from 255 or 25.85% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAA7F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7F5 is #15580A. Grayscale: #C3C3C3. Windows color (decimal): -1398795 or 16099306. OLE color: 16099306.

HSL color Cylindrical-coordinate representation of color #EAA7F5: hue angle of 291.54º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA7F5 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234167245-
CMYK0.040.3200.04
HSL291.54º79.59%80.78%-
HSV(B)291.54º31.84%96.08%-
XYZ64.2351.7292.98-
YUV195.92155.7155.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.22%
GREEN value IS 167 (65.62% from 255) = 25.85%
BLUE value IS 245 (96.09% from 255) = 37.93%
R=36.22%
G=25.85%
B=37.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341672450.040.3200.04291.5479.5980.78
HexEAA7F5420041245051
Octal35224736544004444120121
Binary111010101010011111110101100100000010010010010010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7F5; }

 p { color: rgb(234,167,245); }

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

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

 a { background-color: rgb(234,167,245); }

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

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

 span { border-color: rgb(234,167,245); }

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