#EB9BFB

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

Shades of Mauve #EB9BFB

Tints of Mauve #EB9BFB

Color information

#EB9BFB (or 0xEB9BFB) is unknown color: approx Mauve. HEX triplet: EB, 9B and FB. RGB value is (235,155,251). Sum of RGB (Red+Green+Blue) = 235+155+251=641 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.66% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #EB9BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EB9BFB is #146404. Grayscale: #BDBDBD. Windows color (decimal): -1336325 or 16489451. OLE color: 16489451.

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

Color convert

RGB235155251-
CMYK0.060.3800.02
HSL290º92.31%79.61%-
HSV(B)290º38.25%98.43%-
XYZ63.3948.0797.2-
YUV189.86162.5160.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.66%
GREEN value IS 155 (60.94% from 255) = 24.18%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=36.66%
G=24.18%
B=39.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351552510.060.3800.0229092.3179.61
HexEB9BFB626021225c50
Octal35323337364602442134120
Binary11101011100110111111101111010011001010010001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9BFB; }

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

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

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

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

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

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

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

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