#EABFF6

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

Shades of Mauve #EABFF6

Tints of Mauve #EABFF6

Color information

#EABFF6 (or 0xEABFF6) is unknown color: approx Mauve. HEX triplet: EA, BF and F6. RGB value is (234,191,246). Sum of RGB (Red+Green+Blue) = 234+191+246=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 191 (75% from 255 or 28.46% from 671); Blue value is 246 (96.48% from 255 or 36.66% from 671); Max value from RGB is 246 - color contains mainly: blue. Hex color #EABFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABFF6 is #154009. Grayscale: #D1D1D1. Windows color (decimal): -1392650 or 16170986. OLE color: 16170986.

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

Color convert

RGB234191246-
CMYK0.050.2200.04
HSL286.91º75.34%85.69%-
HSV(B)286.91º22.36%96.47%-
XYZ69.261.4195.39-
YUV210.13148.25145.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 191 (75% from 255) = 28.46%
BLUE value IS 246 (96.48% from 255) = 36.66%
R=34.87%
G=28.46%
B=36.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341912460.050.2200.04286.9175.3485.69
HexEABFF65160411f4b56
Octal35227736652604437113126
Binary11101010101111111111011010110110010010001111110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFF6; }

 p { color: rgb(234,191,246); }

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

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

 a { background-color: rgb(234,191,246); }

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

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

 span { border-color: rgb(234,191,246); }

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