#EAA8FC

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

Shades of Mauve #EAA8FC

Tints of Mauve #EAA8FC

Color information

#EAA8FC (or 0xEAA8FC) is unknown color: approx Mauve. HEX triplet: EA, A8 and FC. RGB value is (234,168,252). Sum of RGB (Red+Green+Blue) = 234+168+252=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 168 (66.02% from 255 or 25.69% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA8FC is #155703. Grayscale: #C5C5C5. Windows color (decimal): -1398532 or 16558314. OLE color: 16558314.

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

Color convert

RGB234168252-
CMYK0.070.3300.01
HSL287.14º93.33%82.35%-
HSV(B)287.14º33.33%98.82%-
XYZ65.5152.5398.78-
YUV197.31158.87154.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 168 (66.02% from 255) = 25.69%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=35.78%
G=25.69%
B=38.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341682520.070.3300.01287.1493.3382.35
HexEAA8FC7210111f5d52
Octal35225037474101437135122
Binary1110101010101000111111001111000010110001111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA8FC; }

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

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

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

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

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

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

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

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