#EAB1FF

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

Shades of Mauve #EAB1FF

Tints of Mauve #EAB1FF

Color information

#EAB1FF (or 0xEAB1FF) is unknown color: approx Mauve. HEX triplet: EA, B1 and FF. RGB value is (234,177,255). Sum of RGB (Red+Green+Blue) = 234+177+255=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 177 (69.53% from 255 or 26.58% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAB1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1FF is #154E00. Grayscale: #CACACA. Windows color (decimal): -1396225 or 16757226. OLE color: 16757226.

HSL color Cylindrical-coordinate representation of color #EAB1FF: hue angle of 283.85º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EAB1FF is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234177255-
CMYK0.080.3100
HSL283.85º100%84.71%-
HSV(B)283.85º30.59%100%-
XYZ67.756.16101.88-
YUV202.94157.38150.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 177 (69.53% from 255) = 26.58%
BLUE value IS 255 (100% from 255) = 38.29%
R=35.14%
G=26.58%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341772550.080.3100283.8510084.71
HexEAB1FF81F0011c6455
Octal352261377103700434144125
Binary1110101010110001111111111000111110010001110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1FF; }

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

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

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

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

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

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

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

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