#EAA7FC

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

Shades of Mauve #EAA7FC

Tints of Mauve #EAA7FC

Color information

#EAA7FC (or 0xEAA7FC) is unknown color: approx Mauve. HEX triplet: EA, A7 and FC. RGB value is (234,167,252). Sum of RGB (Red+Green+Blue) = 234+167+252=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 167 (65.62% from 255 or 25.57% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAA7FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA7FC is #155803. Grayscale: #C4C4C4. Windows color (decimal): -1398788 or 16558058. OLE color: 16558058.

HSL color Cylindrical-coordinate representation of color #EAA7FC: hue angle of 287.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EAA7FC is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234167252-
CMYK0.070.3400.01
HSL287.29º93.41%82.16%-
HSV(B)287.29º33.73%98.82%-
XYZ65.3252.1698.72-
YUV196.72159.2154.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 167 (65.62% from 255) = 25.57%
BLUE value IS 252 (98.83% from 255) = 38.59%
R=35.83%
G=25.57%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341672520.070.3400.01287.2993.4182.16
HexEAA7FC7220111f5d52
Octal35224737474201437135122
Binary1110101010100111111111001111000100110001111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA7FC; }

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

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

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

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

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

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

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

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