#EBAAF6

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

Shades of Mauve #EBAAF6

Tints of Mauve #EBAAF6

Color information

#EBAAF6 (or 0xEBAAF6) is unknown color: approx Mauve. HEX triplet: EB, AA and F6. RGB value is (235,170,246). Sum of RGB (Red+Green+Blue) = 235+170+246=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBAAF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAF6 is #145509. Grayscale: #C5C5C5. Windows color (decimal): -1332490 or 16165611. OLE color: 16165611.

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

Color convert

RGB235170246-
CMYK0.040.3100.04
HSL291.32º80.85%81.57%-
HSV(B)291.32º30.89%96.47%-
XYZ65.2753.0793.99-
YUV198.1155.03154.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 246 (96.48% from 255) = 37.79%
R=36.10%
G=26.11%
B=37.79%

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
Decimal2351702460.040.3100.04291.3280.8581.57
HexEBAAF641F041235152
Octal35325236643704443121122
Binary11101011101010101111011010011111010010010001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAF6; }

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

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

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

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

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

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

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

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