#EBA3F6

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

Shades of Mauve #EBA3F6

Tints of Mauve #EBA3F6

Color information

#EBA3F6 (or 0xEBA3F6) is unknown color: approx Mauve. HEX triplet: EB, A3 and F6. RGB value is (235,163,246). Sum of RGB (Red+Green+Blue) = 235+163+246=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 163 (64.06% from 255 or 25.31% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBA3F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA3F6 is #145C09. Grayscale: #C1C1C1. Windows color (decimal): -1334282 or 16163819. OLE color: 16163819.

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

Color convert

RGB235163246-
CMYK0.040.3400.04
HSL292.05º82.18%80.2%-
HSV(B)292.05º33.74%96.47%-
XYZ63.9950.5193.57-
YUV193.99157.35157.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 163 (64.06% from 255) = 25.31%
BLUE value IS 246 (96.48% from 255) = 38.20%
R=36.49%
G=25.31%
B=38.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351632460.040.3400.04292.0582.1880.2
HexEBA3F6422041245250
Octal35324336644204444122120
Binary111010111010001111110110100100010010010010010010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA3F6; }

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

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

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

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

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

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

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

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