#EAB1F3

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

Shades of Mauve #EAB1F3

Tints of Mauve #EAB1F3

Color information

#EAB1F3 (or 0xEAB1F3) is unknown color: approx Mauve. HEX triplet: EA, B1 and F3. RGB value is (234,177,243). Sum of RGB (Red+Green+Blue) = 234+177+243=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAB1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1F3 is #154E0C. Grayscale: #C9C9C9. Windows color (decimal): -1396237 or 15970794. OLE color: 15970794.

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

Color convert

RGB234177243-
CMYK0.040.2700.05
HSL291.82º73.33%82.35%-
HSV(B)291.82º27.16%95.29%-
XYZ65.8355.4192.02-
YUV201.57151.38151.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.78%
GREEN value IS 177 (69.53% from 255) = 27.06%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=35.78%
G=27.06%
B=37.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341772430.040.2700.05291.8273.3382.35
HexEAB1F341B051244952
Octal35226136343305444111122
Binary11101010101100011111001110011011010110010010010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1F3; }

 p { color: rgb(234,177,243); }

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

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

 a { background-color: rgb(234,177,243); }

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

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

 span { border-color: rgb(234,177,243); }

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