#EAB9FC

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

Shades of Mauve #EAB9FC

Tints of Mauve #EAB9FC

Color information

#EAB9FC (or 0xEAB9FC) is unknown color: approx Mauve. HEX triplet: EA, B9 and FC. RGB value is (234,185,252). Sum of RGB (Red+Green+Blue) = 234+185+252=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 185 (72.66% from 255 or 27.57% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAB9FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9FC is #154603. Grayscale: #CFCFCF. Windows color (decimal): -1394180 or 16562666. OLE color: 16562666.

HSL color Cylindrical-coordinate representation of color #EAB9FC: hue angle of 283.88º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAB9FC is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234185252-
CMYK0.070.2700.01
HSL283.88º91.78%85.69%-
HSV(B)283.88º26.59%98.82%-
XYZ68.8559.2299.9-
YUV207.29153.23147.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 185 (72.66% from 255) = 27.57%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=34.87%
G=27.57%
B=37.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341852520.070.2700.01283.8891.7885.69
HexEAB9FC71B0111c5c56
Octal35227137473301434134126
Binary111010101011100111111100111110110110001110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB9FC; }

 p { color: rgb(234,185,252); }

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

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

 a { background-color: rgb(234,185,252); }

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

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

 span { border-color: rgb(234,185,252); }

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