#EBA9FB

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

Shades of Mauve #EBA9FB

Tints of Mauve #EBA9FB

Color information

#EBA9FB (or 0xEBA9FB) is unknown color: approx Mauve. HEX triplet: EB, A9 and FB. RGB value is (235,169,251). Sum of RGB (Red+Green+Blue) = 235+169+251=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 169 (66.41% from 255 or 25.80% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA9FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FB is #145604. Grayscale: #C5C5C5. Windows color (decimal): -1332741 or 16493035. OLE color: 16493035.

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

Color convert

RGB235169251-
CMYK0.060.3300.02
HSL288.29º91.11%82.35%-
HSV(B)288.29º32.67%98.43%-
XYZ65.865398.03-
YUV198.08157.87154.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 169 (66.41% from 255) = 25.80%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=35.88%
G=25.80%
B=38.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351692510.060.3300.02288.2991.1182.35
HexEBA9FB621021205b52
Octal35325137364102440133122
Binary11101011101010011111101111010000101010010000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9FB; }

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

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

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

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

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

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

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

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