#EBA7FB

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

Shades of Mauve #EBA7FB

Tints of Mauve #EBA7FB

Color information

#EBA7FB (or 0xEBA7FB) is unknown color: approx Mauve. HEX triplet: EB, A7 and FB. RGB value is (235,167,251). Sum of RGB (Red+Green+Blue) = 235+167+251=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 167 (65.62% from 255 or 25.57% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA7FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA7FB is #145804. Grayscale: #C4C4C4. Windows color (decimal): -1333253 or 16492523. OLE color: 16492523.

HSL color Cylindrical-coordinate representation of color #EBA7FB: hue angle of 288.57º 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 #EBA7FB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235167251-
CMYK0.060.3300.02
HSL288.57º91.3%81.96%-
HSV(B)288.57º33.47%98.43%-
XYZ65.4952.2697.9-
YUV196.91158.53155.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 167 (65.62% from 255) = 25.57%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=35.99%
G=25.57%
B=38.44%

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
Decimal2351672510.060.3300.02288.5791.381.96
HexEBA7FB621021215b52
Octal35324737364102441133122
Binary11101011101001111111101111010000101010010000110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA7FB; }

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

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

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

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

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

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

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

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