#EBA9F6

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

Shades of Mauve #EBA9F6

Tints of Mauve #EBA9F6

Color information

#EBA9F6 (or 0xEBA9F6) is unknown color: approx Mauve. HEX triplet: EB, A9 and F6. RGB value is (235,169,246). Sum of RGB (Red+Green+Blue) = 235+169+246=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 169 (66.41% from 255 or 26% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBA9F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA9F6 is #145609. Grayscale: #C5C5C5. Windows color (decimal): -1332746 or 16165355. OLE color: 16165355.

HSL color Cylindrical-coordinate representation of color #EBA9F6: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBA9F6 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235169246-
CMYK0.040.3100.04
HSL291.43º81.05%81.37%-
HSV(B)291.43º31.3%96.47%-
XYZ65.0852.6993.93-
YUV197.51155.37154.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 169 (66.41% from 255) = 26%
BLUE value IS 246 (96.48% from 255) = 37.85%
R=36.15%
G=26%
B=37.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351692460.040.3100.04291.4381.0581.37
HexEBA9F641F041235151
Octal35325136643704443121121
Binary11101011101010011111011010011111010010010001110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA9F6; }

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

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

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

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

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

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

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

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