#EAABF5

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

Shades of Mauve #EAABF5

Tints of Mauve #EAABF5

Color information

#EAABF5 (or 0xEAABF5) is unknown color: approx Mauve. HEX triplet: EA, AB and F5. RGB value is (234,171,245). Sum of RGB (Red+Green+Blue) = 234+171+245=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABF5 is #15540A. Grayscale: #C6C6C6. Windows color (decimal): -1397771 or 16100330. OLE color: 16100330.

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

Color convert

RGB234171245-
CMYK0.040.3000.04
HSL291.08º78.72%81.57%-
HSV(B)291.08º30.2%96.08%-
XYZ64.9853.2193.23-
YUV198.27154.37153.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 245 (96.09% from 255) = 37.69%
R=36%
G=26.31%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341712450.040.3000.04291.0878.7281.57
HexEAABF541E041234f52
Octal35225336543604443117122
Binary11101010101010111111010110011110010010010001110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAABF5; }

 p { color: rgb(234,171,245); }

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

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

 a { background-color: rgb(234,171,245); }

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

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

 span { border-color: rgb(234,171,245); }

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