#EAB1F7

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

Shades of Mauve #EAB1F7

Tints of Mauve #EAB1F7

Color information

#EAB1F7 (or 0xEAB1F7) is unknown color: approx Mauve. HEX triplet: EA, B1 and F7. RGB value is (234,177,247). Sum of RGB (Red+Green+Blue) = 234+177+247=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 177 (69.53% from 255 or 26.90% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAB1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1F7 is #154E08. Grayscale: #C9C9C9. Windows color (decimal): -1396233 or 16232938. OLE color: 16232938.

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

Color convert

RGB234177247-
CMYK0.050.2800.03
HSL288.86º81.4%83.14%-
HSV(B)288.86º28.34%96.86%-
XYZ66.4455.6595.24-
YUV202.02153.38150.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.56%
GREEN value IS 177 (69.53% from 255) = 26.90%
BLUE value IS 247 (96.88% from 255) = 37.54%
R=35.56%
G=26.90%
B=37.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341772470.050.2800.03288.8681.483.14
HexEAB1F751C031215153
Octal35226136753403441121123
Binary1110101010110001111101111011110001110010000110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1F7; }

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

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

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

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

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

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

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

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