#EAB1FE

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

Shades of Mauve #EAB1FE

Tints of Mauve #EAB1FE

Color information

#EAB1FE (or 0xEAB1FE) is unknown color: approx Mauve. HEX triplet: EA, B1 and FE. RGB value is (234,177,254). Sum of RGB (Red+Green+Blue) = 234+177+254=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAB1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAB1FE is #154E01. Grayscale: #CACACA. Windows color (decimal): -1396226 or 16691690. OLE color: 16691690.

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

Color convert

RGB234177254-
CMYK0.080.3000.00
HSL284.42º97.47%84.51%-
HSV(B)284.42º30.31%99.61%-
XYZ67.5456.09101.03-
YUV202.82156.88150.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=35.19%
G=26.62%
B=38.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341772540.080.3000.00284.4297.4784.51
HexEAB1FE81E0011c6155
Octal352261376103600434141125
Binary1110101010110001111111101000111100010001110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB1FE; }

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

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

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

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

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

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

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

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