#EBACF3

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

Shades of Mauve #EBACF3

Tints of Mauve #EBACF3

Color information

#EBACF3 (or 0xEBACF3) is unknown color: approx Mauve. HEX triplet: EB, AC and F3. RGB value is (235,172,243). Sum of RGB (Red+Green+Blue) = 235+172+243=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACF3 is #14530C. Grayscale: #C6C6C6. Windows color (decimal): -1331981 or 15969515. OLE color: 15969515.

HSL color Cylindrical-coordinate representation of color #EBACF3: hue angle of 293.24º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBACF3 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235172243-
CMYK0.030.2900.05
HSL293.24º74.74%81.37%-
HSV(B)293.24º29.22%95.29%-
XYZ65.1953.6491.71-
YUV198.93152.87153.73-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 172 (67.58% from 255) = 26.46%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=36.15%
G=26.46%
B=37.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351722430.030.2900.05293.2474.7481.37
HexEBACF331D051254b51
Octal35325436333505445113121
Binary1110101110101100111100111111101010110010010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACF3; }

 p { color: rgb(235,172,243); }

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

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

 a { background-color: rgb(235,172,243); }

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

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

 span { border-color: rgb(235,172,243); }

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