#EAB3FA

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

Shades of Mauve #EAB3FA

Tints of Mauve #EAB3FA

Color information

#EAB3FA (or 0xEAB3FA) is unknown color: approx Mauve. HEX triplet: EA, B3 and FA. RGB value is (234,179,250). Sum of RGB (Red+Green+Blue) = 234+179+250=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 179 (70.31% from 255 or 27.00% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAB3FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB3FA is #154C05. Grayscale: #CBCBCB. Windows color (decimal): -1395718 or 16430058. OLE color: 16430058.

HSL color Cylindrical-coordinate representation of color #EAB3FA: hue angle of 286.48º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAB3FA is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234179250-
CMYK0.060.2800.02
HSL286.48º87.65%84.12%-
HSV(B)286.48º28.4%98.04%-
XYZ67.3156.6397.83-
YUV203.54154.22149.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 179 (70.31% from 255) = 27.00%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=35.29%
G=27.00%
B=37.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341792500.060.2800.02286.4887.6584.12
HexEAB3FA61C0211e5854
Octal35226337263402436130124
Binary1110101010110011111110101101110001010001111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB3FA; }

 p { color: rgb(234,179,250); }

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

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

 a { background-color: rgb(234,179,250); }

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

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

 span { border-color: rgb(234,179,250); }

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