#EAB9FB

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

Shades of Mauve #EAB9FB

Tints of Mauve #EAB9FB

Color information

#EAB9FB (or 0xEAB9FB) is unknown color: approx Mauve. HEX triplet: EA, B9 and FB. RGB value is (234,185,251). Sum of RGB (Red+Green+Blue) = 234+185+251=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9FB is #154604. Grayscale: #CECECE. Windows color (decimal): -1394181 or 16497130. OLE color: 16497130.

HSL color Cylindrical-coordinate representation of color #EAB9FB: hue angle of 284.55º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAB9FB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234185251-
CMYK0.070.2600.02
HSL284.55º89.19%85.49%-
HSV(B)284.55º26.29%98.43%-
XYZ68.6959.1699.06-
YUV207.18152.73147.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 185 (72.66% from 255) = 27.61%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=34.93%
G=27.61%
B=37.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341852510.070.2600.02284.5589.1985.49
HexEAB9FB71A0211d5955
Octal35227137373202435131125
Binary1110101010111001111110111111101001010001110110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9FB; }

 p { color: rgb(234,185,251); }

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

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

 a { background-color: rgb(234,185,251); }

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

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

 span { border-color: rgb(234,185,251); }

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