#eba8f4

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

Shades of Mauve #EBA8F4

Tints of Mauve #EBA8F4

Color information

#EBA8F4 (or 0xEBA8F4) is unknown color: approx Mauve. HEX triplet: EB, A8 and F4. RGB value is (235,168,244). Sum of RGB (Red+Green+Blue) = 235+168+244=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 168 (66.02% from 255 or 25.97% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBA8F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBA8F4 is #14570B. Grayscale: #C4C4C4. Windows color (decimal): -1333004 or 16034027. OLE color: 16034027.

HSL color Cylindrical-coordinate representation of color #EBA8F4: hue angle of 292.89º degrees, saturation: 0.78, 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 #EBA8F4 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235168244-
CMYK0.040.3100.04
HSL292.89º77.55%80.78%-
HSV(B)292.89º31.15%95.69%-
XYZ64.5952.292.26-
YUV196.7154.7155.32-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 168 (66.02% from 255) = 25.97%
BLUE value IS 244 (95.70% from 255) = 37.71%
R=36.32%
G=25.97%
B=37.71%

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
Decimal2351682440.040.3100.04292.8977.5580.78
HexEBA8F441F041254e51
Octal35325036443704445116121
Binary11101011101010001111010010011111010010010010110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eba8f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eba8f4; }

 p { color: rgb(235,168,244); }

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

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

 a { background-color: rgb(235,168,244); }

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

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

 span { border-color: rgb(235,168,244); }

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