#EBA4FA

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

Shades of Mauve #EBA4FA

Tints of Mauve #EBA4FA

Color information

#EBA4FA (or 0xEBA4FA) is unknown color: approx Mauve. HEX triplet: EB, A4 and FA. RGB value is (235,164,250). Sum of RGB (Red+Green+Blue) = 235+164+250=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 164 (64.45% from 255 or 25.27% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA4FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA4FA is #145B05. Grayscale: #C2C2C2. Windows color (decimal): -1334022 or 16426219. OLE color: 16426219.

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

Color convert

RGB235164250-
CMYK0.060.3400.02
HSL289.53º89.58%81.18%-
HSV(B)289.53º34.4%98.04%-
XYZ64.7951.1296.89-
YUV195.03159.02156.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 164 (64.45% from 255) = 25.27%
BLUE value IS 250 (98.05% from 255) = 38.52%
R=36.21%
G=25.27%
B=38.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351642500.060.3400.02289.5389.5881.18
HexEBA4FA622021225a51
Octal35324437264202442132121
Binary11101011101001001111101011010001001010010001010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA4FA; }

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

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

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

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

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

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

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

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