#EBA1FB

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

Shades of Mauve #EBA1FB

Tints of Mauve #EBA1FB

Color information

#EBA1FB (or 0xEBA1FB) is unknown color: approx Mauve. HEX triplet: EB, A1 and FB. RGB value is (235,161,251). Sum of RGB (Red+Green+Blue) = 235+161+251=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 161 (63.28% from 255 or 24.88% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA1FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA1FB is #145E04. Grayscale: #C1C1C1. Windows color (decimal): -1334789 or 16490987. OLE color: 16490987.

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

Color convert

RGB235161251-
CMYK0.060.3600.02
HSL289.33º91.84%80.78%-
HSV(B)289.33º35.86%98.43%-
XYZ64.4250.1297.55-
YUV193.39160.52157.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 161 (63.28% from 255) = 24.88%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=36.32%
G=24.88%
B=38.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351612510.060.3600.02289.3391.8480.78
HexEBA1FB624021215c51
Octal35324137364402441134121
Binary11101011101000011111101111010010001010010000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1FB; }

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

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

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

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

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

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

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

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