#EBA4FB

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

Shades of Mauve #EBA4FB

Tints of Mauve #EBA4FB

Color information

#EBA4FB (or 0xEBA4FB) is unknown color: approx Mauve. HEX triplet: EB, A4 and FB. RGB value is (235,164,251). Sum of RGB (Red+Green+Blue) = 235+164+251=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBA4FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FB is #145B04. Grayscale: #C2C2C2. Windows color (decimal): -1334021 or 16491755. OLE color: 16491755.

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

Color convert

RGB235164251-
CMYK0.060.3500.02
HSL288.97º91.58%81.37%-
HSV(B)288.97º34.66%98.43%-
XYZ64.9551.1897.72-
YUV195.15159.52156.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 164 (64.45% from 255) = 25.23%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=36.15%
G=25.23%
B=38.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351642510.060.3500.02288.9791.5881.37
HexEBA4FB623021215c51
Octal35324437364302441134121
Binary11101011101001001111101111010001101010010000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4FB; }

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

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

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

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

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

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

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

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