#EAB1F8

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

Shades of Mauve #EAB1F8

Tints of Mauve #EAB1F8

Color information

#EAB1F8 (or 0xEAB1F8) is unknown color: approx Mauve. HEX triplet: EA, B1 and F8. RGB value is (234,177,248). Sum of RGB (Red+Green+Blue) = 234+177+248=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 177 (69.53% from 255 or 26.86% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAB1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1F8 is #154E07. Grayscale: #C9C9C9. Windows color (decimal): -1396232 or 16298474. OLE color: 16298474.

HSL color Cylindrical-coordinate representation of color #EAB1F8: hue angle of 288.17º degrees, saturation: 0.84, 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 #EAB1F8 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB234177248-
CMYK0.060.2900.03
HSL288.17º83.53%83.33%-
HSV(B)288.17º28.63%97.25%-
XYZ66.655.7196.05-
YUV202.14153.88150.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 177 (69.53% from 255) = 26.86%
BLUE value IS 248 (97.27% from 255) = 37.63%
R=35.51%
G=26.86%
B=37.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2341772480.060.2900.03288.1783.5383.33
HexEAB1F861D031205453
Octal35226137063503440124123
Binary1110101010110001111110001101110101110010000010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1F8; }

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

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

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

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

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

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

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

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