#EBA6F8

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

Shades of Mauve #EBA6F8

Tints of Mauve #EBA6F8

Color information

#EBA6F8 (or 0xEBA6F8) is unknown color: approx Mauve. HEX triplet: EB, A6 and F8. RGB value is (235,166,248). Sum of RGB (Red+Green+Blue) = 235+166+248=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 166 (65.23% from 255 or 25.58% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBA6F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA6F8 is #145907. Grayscale: #C3C3C3. Windows color (decimal): -1333512 or 16295659. OLE color: 16295659.

HSL color Cylindrical-coordinate representation of color #EBA6F8: hue angle of 290.49º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EBA6F8 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235166248-
CMYK0.050.3300.03
HSL290.49º85.42%81.18%-
HSV(B)290.49º33.06%97.25%-
XYZ64.8451.7195.37-
YUV195.98157.36155.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 166 (65.23% from 255) = 25.58%
BLUE value IS 248 (97.27% from 255) = 38.21%
R=36.21%
G=25.58%
B=38.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2351662480.050.3300.03290.4985.4281.18
HexEBA6F8521031225551
Octal35324637054103442125121
Binary11101011101001101111100010110000101110010001010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA6F8; }

 p { color: rgb(235,166,248); }

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

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

 a { background-color: rgb(235,166,248); }

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

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

 span { border-color: rgb(235,166,248); }

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