#EAB7F6

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

Shades of Mauve #EAB7F6

Tints of Mauve #EAB7F6

Color information

#EAB7F6 (or 0xEAB7F6) is unknown color: approx Mauve. HEX triplet: EA, B7 and F6. RGB value is (234,183,246). Sum of RGB (Red+Green+Blue) = 234+183+246=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 183 (71.88% from 255 or 27.60% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAB7F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB7F6 is #154809. Grayscale: #CDCDCD. Windows color (decimal): -1394698 or 16168938. OLE color: 16168938.

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

Color convert

RGB234183246-
CMYK0.050.2600.04
HSL288.57º77.78%84.12%-
HSV(B)288.57º25.61%96.47%-
XYZ67.558.0194.83-
YUV205.43150.9148.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 183 (71.88% from 255) = 27.60%
BLUE value IS 246 (96.48% from 255) = 37.10%
R=35.29%
G=27.60%
B=37.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2341832460.050.2600.04288.5777.7884.12
HexEAB7F651A041214e54
Octal35226736653204441116124
Binary11101010101101111111011010111010010010010000110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB7F6; }

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

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

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

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

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

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

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

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