#EBACF4

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

Shades of Mauve #EBACF4

Tints of Mauve #EBACF4

Color information

#EBACF4 (or 0xEBACF4) is unknown color: approx Mauve. HEX triplet: EB, AC and F4. RGB value is (235,172,244). Sum of RGB (Red+Green+Blue) = 235+172+244=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 244 (95.70% from 255 or 37.48% from 651); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBACF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBACF4 is #14530B. Grayscale: #C6C6C6. Windows color (decimal): -1331980 or 16035051. OLE color: 16035051.

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

Color convert

RGB235172244-
CMYK0.040.3000.04
HSL292.5º76.6%81.57%-
HSV(B)292.5º29.51%95.69%-
XYZ65.3453.792.51-
YUV199.04153.37153.65-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 172 (67.58% from 255) = 26.42%
BLUE value IS 244 (95.70% from 255) = 37.48%
R=36.10%
G=26.42%
B=37.48%

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
Decimal2351722440.040.3000.04292.576.681.57
HexEBACF441E041244d52
Octal35325436443604444115122
Binary11101011101011001111010010011110010010010010010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBACF4; }

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

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

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

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

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

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

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

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