#EAB0F7

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

Shades of Mauve #EAB0F7

Tints of Mauve #EAB0F7

Color information

#EAB0F7 (or 0xEAB0F7) is unknown color: approx Mauve. HEX triplet: EA, B0 and F7. RGB value is (234,176,247). Sum of RGB (Red+Green+Blue) = 234+176+247=657 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.62% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 247 (96.88% from 255 or 37.60% from 657); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAB0F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB0F7 is #154F08. Grayscale: #C9C9C9. Windows color (decimal): -1396489 or 16232682. OLE color: 16232682.

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

Color convert

RGB234176247-
CMYK0.050.2900.03
HSL289.01º81.61%82.94%-
HSV(B)289.01º28.74%96.86%-
XYZ66.2555.2695.17-
YUV201.44153.72151.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.62%
GREEN value IS 176 (69.14% from 255) = 26.79%
BLUE value IS 247 (96.88% from 255) = 37.60%
R=35.62%
G=26.79%
B=37.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341762470.050.2900.03289.0181.6182.94
HexEAB0F751D031215253
Octal35226036753503441122123
Binary1110101010110000111101111011110101110010000110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB0F7; }

 p { color: rgb(234,176,247); }

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

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

 a { background-color: rgb(234,176,247); }

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

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

 span { border-color: rgb(234,176,247); }

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