#EBABF4

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

Shades of Mauve #EBABF4

Tints of Mauve #EBABF4

Color information

#EBABF4 (or 0xEBABF4) is unknown color: approx Mauve. HEX triplet: EB, AB and F4. RGB value is (235,171,244). Sum of RGB (Red+Green+Blue) = 235+171+244=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 171 (67.19% from 255 or 26.31% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBABF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBABF4 is #14540B. Grayscale: #C6C6C6. Windows color (decimal): -1332236 or 16034795. OLE color: 16034795.

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

Color convert

RGB235171244-
CMYK0.040.3000.04
HSL292.6º76.84%81.37%-
HSV(B)292.6º29.92%95.69%-
XYZ65.1553.3292.45-
YUV198.46153.7154.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 171 (67.19% from 255) = 26.31%
BLUE value IS 244 (95.70% from 255) = 37.54%
R=36.15%
G=26.31%
B=37.54%

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
Decimal2351712440.040.3000.04292.676.8481.37
HexEBABF441E041254d51
Octal35325336443604445115121
Binary11101011101010111111010010011110010010010010110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBABF4; }

 p { color: rgb(235,171,244); }

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

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

 a { background-color: rgb(235,171,244); }

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

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

 span { border-color: rgb(235,171,244); }

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