#EAB1F1

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

Shades of Mauve #EAB1F1

Tints of Mauve #EAB1F1

Color information

#EAB1F1 (or 0xEAB1F1) is unknown color: approx Mauve. HEX triplet: EA, B1 and F1. RGB value is (234,177,241). Sum of RGB (Red+Green+Blue) = 234+177+241=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 177 (69.53% from 255 or 27.15% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAB1F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1F1 is #154E0E. Grayscale: #C9C9C9. Windows color (decimal): -1396239 or 15839722. OLE color: 15839722.

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

Color convert

RGB234177241-
CMYK0.030.2700.05
HSL293.44º69.57%81.96%-
HSV(B)293.44º26.56%94.51%-
XYZ65.5355.2990.44-
YUV201.34150.38151.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.89%
GREEN value IS 177 (69.53% from 255) = 27.15%
BLUE value IS 241 (94.53% from 255) = 36.96%
R=35.89%
G=27.15%
B=36.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341772410.030.2700.05293.4469.5781.96
HexEAB1F131B051254652
Octal35226136133305445106122
Binary1110101010110001111100011111011010110010010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1F1; }

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

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

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

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

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

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

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

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