#EBA6FB

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

Shades of Mauve #EBA6FB

Tints of Mauve #EBA6FB

Color information

#EBA6FB (or 0xEBA6FB) is unknown color: approx Mauve. HEX triplet: EB, A6 and FB. RGB value is (235,166,251). Sum of RGB (Red+Green+Blue) = 235+166+251=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 166 (65.23% from 255 or 25.46% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA6FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6FB is #145904. Grayscale: #C4C4C4. Windows color (decimal): -1333509 or 16492267. OLE color: 16492267.

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

Color convert

RGB235166251-
CMYK0.060.3400.02
HSL288.71º91.4%81.76%-
HSV(B)288.71º33.86%98.43%-
XYZ65.3151.997.84-
YUV196.32158.86155.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 166 (65.23% from 255) = 25.46%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=36.04%
G=25.46%
B=38.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351662510.060.3400.02288.7191.481.76
HexEBA6FB622021215b52
Octal35324637364202441133122
Binary11101011101001101111101111010001001010010000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6FB; }

 p { color: rgb(235,166,251); }

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

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

 a { background-color: rgb(235,166,251); }

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

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

 span { border-color: rgb(235,166,251); }

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