#EAB3F6

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

Shades of Mauve #EAB3F6

Tints of Mauve #EAB3F6

Color information

#EAB3F6 (or 0xEAB3F6) is unknown color: approx Mauve. HEX triplet: EA, B3 and F6. RGB value is (234,179,246). Sum of RGB (Red+Green+Blue) = 234+179+246=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 179 (70.31% from 255 or 27.16% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAB3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3F6 is #154C09. Grayscale: #CACACA. Windows color (decimal): -1395722 or 16167914. OLE color: 16167914.

HSL color Cylindrical-coordinate representation of color #EAB3F6: hue angle of 289.25º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB3F6 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234179246-
CMYK0.050.2700.04
HSL289.25º78.82%83.33%-
HSV(B)289.25º27.24%96.47%-
XYZ66.6956.3994.56-
YUV203.08152.22150.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 179 (70.31% from 255) = 27.16%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=35.51%
G=27.16%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341792460.050.2700.04289.2578.8283.33
HexEAB3F651B041214f53
Octal35226336653304441117123
Binary11101010101100111111011010111011010010010000110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3F6; }

 p { color: rgb(234,179,246); }

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

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

 a { background-color: rgb(234,179,246); }

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

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

 span { border-color: rgb(234,179,246); }

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