#EABAF3

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

Shades of Mauve #EABAF3

Tints of Mauve #EABAF3

Color information

#EABAF3 (or 0xEABAF3) is unknown color: approx Mauve. HEX triplet: EA, BA and F3. RGB value is (234,186,243). Sum of RGB (Red+Green+Blue) = 234+186+243=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #EABAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABAF3 is #15450C. Grayscale: #CECECE. Windows color (decimal): -1393933 or 15973098. OLE color: 15973098.

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

Color convert

RGB234186243-
CMYK0.040.2300.05
HSL290.53º70.37%84.12%-
HSV(B)290.53º23.46%95.29%-
XYZ67.6759.0892.63-
YUV206.85148.4147.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 243 (95.31% from 255) = 36.65%
R=35.29%
G=28.05%
B=36.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341862430.040.2300.05290.5370.3784.12
HexEABAF3417051234654
Octal35227236342705443106124
Binary11101010101110101111001110010111010110010001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABAF3; }

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

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

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

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

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

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

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

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