#EAB2F6

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

Shades of Mauve #EAB2F6

Tints of Mauve #EAB2F6

Color information

#EAB2F6 (or 0xEAB2F6) is unknown color: approx Mauve. HEX triplet: EA, B2 and F6. RGB value is (234,178,246). Sum of RGB (Red+Green+Blue) = 234+178+246=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAB2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB2F6 is #154D09. Grayscale: #CACACA. Windows color (decimal): -1395978 or 16167658. OLE color: 16167658.

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

Color convert

RGB234178246-
CMYK0.050.2800.04
HSL289.41º79.07%83.14%-
HSV(B)289.41º27.64%96.47%-
XYZ66.4955.9994.49-
YUV202.5152.55150.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 178 (69.92% from 255) = 27.05%
BLUE value IS 246 (96.48% from 255) = 37.39%
R=35.56%
G=27.05%
B=37.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341782460.050.2800.04289.4179.0783.14
HexEAB2F651C041214f53
Octal35226236653404441117123
Binary11101010101100101111011010111100010010010000110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB2F6; }

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

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

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

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

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

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

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

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