#EABAF9

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

Shades of Mauve #EABAF9

Tints of Mauve #EABAF9

Color information

#EABAF9 (or 0xEABAF9) is unknown color: approx Mauve. HEX triplet: EA, BA and F9. RGB value is (234,186,249). Sum of RGB (Red+Green+Blue) = 234+186+249=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #EABAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAF9 is #154506. Grayscale: #CFCFCF. Windows color (decimal): -1393927 or 16366314. OLE color: 16366314.

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

Color convert

RGB234186249-
CMYK0.060.2500.02
HSL285.71º84%85.29%-
HSV(B)285.71º25.3%97.65%-
XYZ68.5959.4597.48-
YUV207.53151.4146.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=34.98%
G=27.80%
B=37.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341862490.060.2500.02285.718485.29
HexEABAF96190211e5455
Octal35227237163102436124125
Binary1110101010111010111110011101100101010001111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAF9; }

 p { color: rgb(234,186,249); }

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

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

 a { background-color: rgb(234,186,249); }

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

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

 span { border-color: rgb(234,186,249); }

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