#EBA9FA

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

Shades of Mauve #EBA9FA

Tints of Mauve #EBA9FA

Color information

#EBA9FA (or 0xEBA9FA) is unknown color: approx Mauve. HEX triplet: EB, A9 and FA. RGB value is (235,169,250). Sum of RGB (Red+Green+Blue) = 235+169+250=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBA9FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9FA is #145605. Grayscale: #C5C5C5. Windows color (decimal): -1332742 or 16427499. OLE color: 16427499.

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

Color convert

RGB235169250-
CMYK0.060.3200.02
HSL288.89º89.01%82.16%-
HSV(B)288.89º32.4%98.04%-
XYZ65.752.9497.2-
YUV197.97157.37154.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 169 (66.41% from 255) = 25.84%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=35.93%
G=25.84%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351692500.060.3200.02288.8989.0182.16
HexEBA9FA620021215952
Octal35325137264002441131122
Binary11101011101010011111101011010000001010010000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9FA; }

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

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

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

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

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

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

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

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